For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
    • Welcome
  • API Reference
      • GETListar Números de Teléfono
      • GETObtener Número de Teléfono
      • PATCHActualizar Número de Teléfono
Logo
API ReferencePhone Numbers

Obtener Número de Teléfono

GET
https://nebrijaai.com/api/v1/phone-numbers/:id
GET
/api/v1/phone-numbers/:id
$curl https://nebrijaai.com/api/v1/phone-numbers/id \
> -H "Authorization: Bearer <token>" \
> -H "Content-Type: application/json"
1{
2 "id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
3 "number": "+34911234567",
4 "label": "Soporte Técnico",
5 "type": "mobile",
6 "sipTrunkId": "7c9e6679-7425-40de-944b-e07fc1f90ae7",
7 "assistantId": "1c6b147e-8f3a-4d2a-9f3b-2a1e4b5c6d7e",
8 "isPlatformNumber": true,
9 "createdAt": "2024-01-15T09:30:00Z",
10 "updatedAt": "2024-01-15T09:30:00Z"
11}
Was this page helpful?
Previous

Actualizar Número de Teléfono

Next
Built with

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

idstringRequiredformat: "uuid"

Response

Detalles del número de teléfono.

idstringformat: "uuid"
numberstring

Número en formato E.164 (ej: +34911234567)

labelstring
typestring
sipTrunkIdstringformat: "uuid"
assistantIdstringformat: "uuid"
isPlatformNumberboolean
createdAtdatetime
updatedAtdatetime

Errors

404
Not Found Error