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
id
Provider ID
Response
Provider details
createdAt
Timestamp when the provider was created
id
Unique identifier of the provider
isActive
Whether the provider is currently active
isSystemProvider
Whether this is a platform-managed system provider
providerType
Type of phone provider
updatedAt
Timestamp when the provider was last updated
accountId
Account ID that owns this provider, null for system providers
label
User-assigned label for the provider
twilioRegion
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