Retrieves details for a single SIP phone number.
cURL
curl --request GET \ --url https://app.deepslate.eu/api/v1/vendors/{vendorId}/organizations/{organizationId}/sip/credentials/{sipCredentialsId}/phone-numbers/{phoneNumberId}
{ "success": true, "timestamp": "2025-04-17T14:23:30Z", "message": "<string>", "data": { "id": "a46ccb36-3bd1-49e5-b36e-d1851c3a63ab", "phoneNumber": "0049123456789", "fallback": true }, "traceId": "<string>" }
ID of the Vendor (UUID)
ID of the Organization (UUID)
ID of the SIP Credentials (UUID)
ID of the Phone Number (UUID)
Successfully retrieved phone number
Standard API response wrapper
Indicates if the request was successful
true
Response timestamp in ISO-8601 format
"2025-04-17T14:23:30Z"
Human-readable message
Payload data object
Show child attributes
Correlation or trace ID
Was this page helpful?