Skip to main content
GET
/
agency
/
twilio
/
supporting-documents
Get all supporting documents
curl --request GET \
  --url https://api.cleartalk.ai/agency/twilio/supporting-documents \
  --header 'x-api-key: <api-key>'
[
  {
    "sid": "<string>",
    "account_sid": "<string>",
    "friendly_name": "<string>",
    "mime_type": "<string>",
    "status": "<string>",
    "type": "<string>",
    "attributes": {},
    "date_created": "<string>",
    "date_updated": "<string>",
    "url": "<string>"
  }
]

Authorizations

x-api-key
string
header
required

API Key for authentication

Response

Returns list of supporting documents

sid
string

Supporting document SID

account_sid
string

Account SID

friendly_name
string

Friendly name

mime_type
string

MIME type

status
string

Document status

type
string

Document type

attributes
object

Document attributes

date_created
string

Creation date

date_updated
string

Last update date

url
string

Resource URL