Get phone provider

GET /api/v1/phone/providers/:id

Authentication

AuthorizationBearer

Pass a JWT access token or an API key (prefixed with tif_live_) as a Bearer token.

Path parameters

idstringRequiredformat: "uuid"
Provider ID

Response

Provider details
createdAtdatetime
Timestamp when the provider was created
idstringformat: "uuid"
Unique identifier of the provider
isActiveboolean
Whether the provider is currently active
isSystemProviderboolean

Whether this is a platform-managed system provider

providerTypeenum
Type of phone provider
updatedAtdatetime
Timestamp when the provider was last updated
accountIdstring or nullOptionalformat: "uuid"
Account ID that owns this provider, null for system providers
labelstring or nullOptional

User-assigned label for the provider

twilioRegionstring or nullOptional

Twilio API region where BYOC resources live (us1 or ie1)

Errors

401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
429
Too Many Requests Error
500
Internal Server Error