get https://crazytel.io/api/v1/phone-numbers/owners/
Retrieve a list of number owners associated with the authenticated Crazytel account.
This endpoint returns all available persons/owners that can be assigned to a DID
(Direct Inward Dialing) phone number during the purchasing process. This information
is particularly important for IPND (Integrated Public Number Database) which is used
by emergency services (000).
Response Fields
id
- A unique identifier (UUID) for the person. Required when purchasing phone numberslast_name
- The person's surname or family namegiven_name
- The person's given name(s)
Returns
A list of person objects containing the above fields
Raises
404
- If no owners are found for the account500
- If there is an error communicating with the Crazytel API