ApiDocuments
Get all languages
Get all languages
Authorization
bearer AuthorizationBearer <token>
In: header
Response Body
application/json
application/json
application/json
application/json
curl -X GET "https://test.sweetconnect.io/api/core/languages"{
"data": [
{
"code": "en",
"translations": {
"en": "English",
"de": "Englisch"
}
}
],
"meta": {
"responseTime": 0
}
}{
"statusCode": 0,
"message": "string",
"error": "string"
}{
"statusCode": 0,
"message": "string",
"error": "string"
}{
"statusCode": 0,
"message": "string",
"error": "string"
}