Path Parameters
number_id*Number Id
Format
uuidHeader Parameters
Response Body
application/json
application/json
curl -X GET "https://example.com/v1/numbers/497f6eca-6276-4993-bfeb-53cbbbba6f08"{ "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "e164": "string", "country_code": "string", "number_type": "string", "capabilities": [ "string" ], "provisioning_state": "string", "is_dedicated": true, "messaging_service_sid": "string"}Get Email
Fetch one email by id, including attachments and last event time. Org-scoped: returns 404 for an email belonging to a different organization. For an inbound email with a stored raw MIME, raw_url points at GET /v1/emails/{email_id}/raw.
Get Sender Id
Get the org's custom alphanumeric SMS sender ID, if any is set. effective_default is the platform sender id used for alphanumeric-eligible corridors when custom_sender_id is null.