Public API
List trashed translations
Returns all soft-deleted translations for the project. Requires `canEditTranslations` permission.
sb-access-token<token>
Supabase Auth session cookie. Automatically set when users log in via the Movabase web app.
In: cookie
Path Parameters
project-id*string
Project ID
Format
uuidResponse Body
application/json
curl -X GET "https://app.movabase.com/api/projects/497f6eca-6276-4993-bfeb-53cbbbba6f08/translations/trash"{
"data": [
{}
]
}