Public API
List API keys
Returns all API keys for the project. Does not include the actual key values (only metadata). Requires `canViewTranslations` 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/keys"{
"keys": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"name": "string",
"unkey_id": "string",
"created_at": "2019-08-24T14:15:22Z",
"last_used_at": "2019-08-24T14:15:22Z",
"expires_at": "2019-08-24T14:15:22Z"
}
]
}Get translation history
Returns translation change history for a single translation or the entire project. Includes who made the change and when. Requires `canViewTranslations` permission.
List project files
Returns file_translation records for the project. Optionally filter by file name and/or language. Requires `canViewTranslations` permission.