/languages
Sorted by name, case-insensitive, nulls last. The same rows for every caller.
GET
https://dashboard.a2bsample.com/api/developer/playground/vendor/languagesRequires
AuthorizationandX-Api-Tokenas headers.Vendor
Vendor·Reference data·GET
/languagesGET
https://dashboard.a2bsample.com/api/developer/playground/vendor/languagesResponse
Send a request to see the response.
Example request
Request
Request
Headers3
AuthorizationstringrequiredThe secret half. A vendor token starts vnd_ — the four-character prefix says which table to resolve it in, so the row it matches is the caller. A clt_… token on this prefix is a 403, not a 404.
example: Bearer vnd_7b3d4c8ea1f52d6b8e0c4a919f1c4e2a
X-Api-TokenstringrequiredThe identity half — this vendor's own 40-hex apiToken, the value GET /api/developer/me echoes back. Compared in constant time against the bearer token's own row, so a bearer token lifted on its own is not enough to call the playground.
example: 9f1c4e2a7b3d4c8ea1f52d6b8e0c4a913c7a1b90
AcceptstringoptionalResponse media type.
default: application/json
Responses
200OK
Every language.
successboolean- Whether the call succeeded.
languagesarray<object>totalinteger
Example response