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.

connection_idstring required

Uniquely identifies a Telnyx application (Call Control, TeXML) or Sip connection resource.

record_type'custom_storage_credentials' required

Identifies record type.

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/code response's property type/format changed from integer/int32 to string/ for status 401

      response-property-type-changed

    • the errors/items/code response's property type/format changed from integer/int32 to string/ for status 404

      response-property-type-changed

    • the errors/items/code response's property type/format changed from integer/int32 to string/ for status default

      response-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/code response's property type/format changed from string/ to integer/int32 for status 401

      response-property-type-changed

    • the errors/items/code response's property type/format changed from string/ to integer/int32 for status 404

      response-property-type-changed

    • the errors/items/code response's property type/format changed from string/ to integer/int32 for status default

      response-property-type-changed

    This revision also has 41 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

  • 3322fee911fa115See the full diff
    • added S3GenericConfigurationData to the data/configuration response property oneOf list for the response status 200

      response-property-one-of-added

    • added the new s3-generic enum value to the data/backend response property for the response status 200

      response-property-enum-value-added

    • the response property data/configuration/oneOf[subschema #2: AWS S3 Storage Configuration Data]/aws_access_key_id became required for the status 200

      response-property-became-required

    • the response property data/configuration/oneOf[subschema #2: AWS S3 Storage Configuration Data]/aws_secret_access_key became required for the status 200

      response-property-became-required

    • the response property data/configuration/oneOf[subschema #2: AWS S3 Storage Configuration Data]/bucket became required for the status 200

      response-property-became-required

    • the response property data/configuration/oneOf[subschema #2: AWS S3 Storage Configuration Data]/region became required for the status 200

      response-property-became-required

    • added s3-generic discriminator mapping keys to the data/configuration response property for the response status 200

      response-property-discriminator-mapping-added