Skip to main content

Perform activate or deactivate action on provided Credential

POST 
/telephony_credentials/:id/actions/:action

Perform activate or deactivate action on provided Credential. Activate action will change the status to active, making it possible to connect calls with the credential. Deactivate action will change the status to inactive, making it impossible to connect calls with the credential.

Request

Path Parameters

    id stringrequired

    Identifies the resource.

    action stringrequired

    Possible values: [activate, deactivate]

    Identifies the action to be taken.

Responses

200: Successful response with details about a credential

400: Bad request

401: Unauthorized

404: Resource not found

Loading...