Languages
Get a language by ID
Retrieve a specific language by ID
GET
/api/v1/languages/{language_id}Retrieve a specific language by ID
Authorization
BearerAuth AuthorizationBearer <token>
In: header
Path Parameters
language_id*Language Id
Format
uuidResponse Body
application/json
application/json
curl -X GET "https://example.com/api/v1/languages/497f6eca-6276-4993-bfeb-53cbbbba6f08"{ "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "name": "string", "code": "string"}