create_integration_secret
Generate authentication credentials for Telnyx API integration, supporting bearer tokens or basic auth to secure API access.
Instructions
Create an integration secret.
Args:
identifier: Required. The unique identifier of the secret.
type: Required. The type of secret (bearer, basic).
token: Optional. The token for the secret (required for bearer type).
username: Optional. The username for the secret (required for basic type).
password: Optional. The password for the secret (required for basic type).
Returns:
Dict[str, Any]: Response data containing the created Integration Secret Object (record_type: "integration_secret")
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| request | Yes |