Integration Secrets

List integration secrets

Retrieve a list of all integration secrets configured by the user.

get/integration_secrets

Query parameters

type'bearer' | 'basic'

Consolidated filter parameter (deepObject style). Originally: filter[type]

{
  "type": "bearer"
}
page[number]integer
page[size]integer

Response

Successful Response

Example response

{
  "data": [
    {
      "record_type": "integration_secret"
    }
  ],
  "meta": {
    "page_size": 25,
    "page_number": 1,
    "total_pages": 10,
    "total_results": 250
  }
}

Changes

No recorded changes to this endpoint across all 47 revisions of this API.