API ReferencePhone Numbers
Lookup phone number
Internal endpoint to lookup which assistant handles a phone number. Used by Twilio webhook handler.
Authorization
apiKey x-api-key<token>
API key for service-to-service authentication
In: header
Query Parameters
number*string
Phone number to lookup (E.164 format)
Response Body
application/json
curl -X GET "https://platform.autophone.org/api/phone-numbers/lookup?number=string"{
"assistantId": "string",
"organizationId": "string",
"displayName": "string"
}Empty
Empty
Empty
Empty