Skip to content
Start here

TURN

List TURN Keys
calls.turn.list(TURNListParams**kwargs) -> SyncSinglePage[TURNListResponse]
GET/accounts/{account_id}/calls/turn_keys
Retrieve TURN key details
calls.turn.get(strkey_id, TURNGetParams**kwargs) -> TURNGetResponse
GET/accounts/{account_id}/calls/turn_keys/{key_id}
Create a new TURN key
calls.turn.create(TURNCreateParams**kwargs) -> TURNCreateResponse
POST/accounts/{account_id}/calls/turn_keys
Edit TURN key details
calls.turn.update(strkey_id, TURNUpdateParams**kwargs) -> TURNUpdateResponse
PUT/accounts/{account_id}/calls/turn_keys/{key_id}
Delete TURN key
calls.turn.delete(strkey_id, TURNDeleteParams**kwargs) -> TURNDeleteResponse
DELETE/accounts/{account_id}/calls/turn_keys/{key_id}
ModelsExpand Collapse
class TURNListResponse:
created: Optional[datetime]

The date and time the item was created.

formatdate-time
modified: Optional[datetime]

The date and time the item was last modified.

formatdate-time
name: Optional[str]

A short description of Calls app, not shown to end users.

uid: Optional[str]

A Cloudflare-generated unique identifier for a item.

maxLength32
minLength32
class TURNGetResponse:
created: Optional[datetime]

The date and time the item was created.

formatdate-time
modified: Optional[datetime]

The date and time the item was last modified.

formatdate-time
name: Optional[str]

A short description of Calls app, not shown to end users.

uid: Optional[str]

A Cloudflare-generated unique identifier for a item.

maxLength32
minLength32
class TURNCreateResponse:
created: Optional[datetime]

The date and time the item was created.

formatdate-time
key: Optional[str]

Bearer token

maxLength64
minLength64
modified: Optional[datetime]

The date and time the item was last modified.

formatdate-time
name: Optional[str]

A short description of a TURN key, not shown to end users.

uid: Optional[str]

A Cloudflare-generated unique identifier for a item.

maxLength32
minLength32
class TURNUpdateResponse:
created: Optional[datetime]

The date and time the item was created.

formatdate-time
modified: Optional[datetime]

The date and time the item was last modified.

formatdate-time
name: Optional[str]

A short description of Calls app, not shown to end users.

uid: Optional[str]

A Cloudflare-generated unique identifier for a item.

maxLength32
minLength32
class TURNDeleteResponse:
created: Optional[datetime]

The date and time the item was created.

formatdate-time
modified: Optional[datetime]

The date and time the item was last modified.

formatdate-time
name: Optional[str]

A short description of Calls app, not shown to end users.

uid: Optional[str]

A Cloudflare-generated unique identifier for a item.

maxLength32
minLength32