Skip to main content

Create a credential

POST 
/telephony_credentials

Create a credential.

Request

Body

required

Parameters that can be defined during credential creation

    name string
    tag string

    Tags a credential to filter for bulk operations. A single tag can hold at maximum 1000 credentials.

    connection_id stringrequired

    Identifies the Credential Connection this credential is associated with.

    expires_at string

    ISO-8601 formatted date indicating when the credential will expire.

Responses

201: Successful response with details about a credential

422: Bad request

Loading...