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
{
"connection_id": "1234567890",
"data": {
"backend": "gcs",
"configuration": {
"bucket": "example-bucket",
"credentials": "OPAQUE_CREDENTIALS_TOKEN"
}
}
}