Languages
Get Languages
GET
https://biometrid.com/api/languages
This endpoint allows you to get the current supported languages.
{
"data": {
"en": "English",
"pt": "Português"
},
"meta": {
"message": "Success."
},
"status": true
}
To set a language on a request, we can send the HTTP Header Accept-Language.
Last updated
Was this helpful?