Retrieve a stored credential
Returns the information about custom storage credentials.
Path parameters
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"
}
}
}Changes
Changed in 3 of the 61 revisions of this API.715
- ▲
the
errors/items/coderesponse's property type/format changed frominteger/int32tostring/for status401response-property-type-changed
- ▲
the
errors/items/coderesponse's property type/format changed frominteger/int32tostring/for status404response-property-type-changed
- ▲
the
errors/items/coderesponse's property type/format changed frominteger/int32tostring/for statusdefaultresponse-property-type-changed
This revision also has 64 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ▲
the
errors/items/coderesponse's property type/format changed fromstring/tointeger/int32for status401response-property-type-changed
- ▲
the
errors/items/coderesponse's property type/format changed fromstring/tointeger/int32for status404response-property-type-changed
- ▲
the
errors/items/coderesponse's property type/format changed fromstring/tointeger/int32for statusdefaultresponse-property-type-changed
This revision also has 41 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ▲
added
S3GenericConfigurationDatato thedata/configurationresponse propertyoneOflist for the response status200response-property-one-of-added
- ●
added the new
s3-genericenum value to thedata/backendresponse property for the response status200response-property-enum-value-added
- ○
the response property
data/configuration/oneOf[subschema #2: AWS S3 Storage Configuration Data]/aws_access_key_idbecame required for the status200response-property-became-required
- ○
the response property
data/configuration/oneOf[subschema #2: AWS S3 Storage Configuration Data]/aws_secret_access_keybecame required for the status200response-property-became-required
- ○
the response property
data/configuration/oneOf[subschema #2: AWS S3 Storage Configuration Data]/bucketbecame required for the status200response-property-became-required
- ○
the response property
data/configuration/oneOf[subschema #2: AWS S3 Storage Configuration Data]/regionbecame required for the status200response-property-became-required
- ○
added
s3-genericdiscriminator mapping keys to thedata/configurationresponse property for the response status200response-property-discriminator-mapping-added
- ▲