Skip to content
Start here

TURN

List TURN Keys
client.Calls.TURN.List(ctx, query) (*SinglePage[TURNListResponse], error)
GET/accounts/{account_id}/calls/turn_keys
Retrieve TURN key details
client.Calls.TURN.Get(ctx, keyID, query) (*TURNGetResponse, error)
GET/accounts/{account_id}/calls/turn_keys/{key_id}
Create a new TURN key
client.Calls.TURN.New(ctx, params) (*TURNNewResponse, error)
POST/accounts/{account_id}/calls/turn_keys
Edit TURN key details
client.Calls.TURN.Update(ctx, keyID, params) (*TURNUpdateResponse, error)
PUT/accounts/{account_id}/calls/turn_keys/{key_id}
Delete TURN key
client.Calls.TURN.Delete(ctx, keyID, body) (*TURNDeleteResponse, error)
DELETE/accounts/{account_id}/calls/turn_keys/{key_id}