Call Recordings
Retrieve a stored credential
Returns the information about custom storage credentials.
get/custom_storage_credentials/{connection_id}
Path parameters
connection_idstring required
Uniquely identifies a Telnyx application (Call Control, TeXML) or Sip connection resource.
Response
A response containing a credentials resource.
Example response
{
"data": {
"backend": "gcs",
"configuration": {
"credentials": "OPAQUE_CREDENTIALS_TOKEN",
"bucket": "example-bucket"
}
},
"connection_id": "1234567890"
}