GET/api/v6/catalog/services

Service catalog

Live platform services and whether this account has access to each one.

Scope and limits

Scope

Any valid API key

Usage limit

60 requests per minute

Catalog of the live platform services, with an enabled flag telling whether this account has access to each one. Useful to build menus or validations in your own interface without hardcoding the list.

Responses

200

Service catalog.

{
  "success": true,
  "data": {
    "items": [
      {
        "code": "sms",
        "name": "SMS",
        "description": "Mensajería de texto",
        "icon": "chat",
        "enabled": true
      }
    ]
  },
  "meta": {
    "requestId": "b9b1704baffab21150213c02fd853975",
    "timestamp": "2026-06-02T19:43:59+00:00",
    "responseTimeMs": 4.1
  }
}
401

Invalid or missing credentials.

403

The organization cannot run the request.

429

Request limit exceeded.

Possible errors

Codes this endpoint can return in error.code. The full detail lives in the catalog.

See the full catalog
GET /api/v6/catalog/services
curl -X GET 'https://developers.hablame.co/api/v6/catalog/services' \
  -H 'Accept: application/json' \
  -H 'Authorization: Bearer hk_YOUR_API_KEY'

Try-It

Run the request against the real API with your own API key.

The key is used only in your browser for this request. It is not stored nor sent anywhere else.

GET https://developers.hablame.co/api/v6/catalog/services

Response

You have not sent a request yet.