GET
/
ruth-connect
/
integrations
curl --request GET \
  --url https://api.puretalk.ai/api/ruth-connect/integrations \
  --header 'X-API-KEY: <api-key>'
{
  "count": 123,
  "next": "<string>",
  "previous": "<string>",
  "results": [
    {
      "integration_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "app_name": "<string>",
      "friendly_app_name": "<string>",
      "logo": "<string>",
      "data": {
        "api_key": "<string>"
      },
      "tools": [
        "<string>"
      ],
      "created_at": "2023-11-07T05:31:56Z",
      "updated_at": "2023-11-07T05:31:56Z"
    }
  ]
}

Authorizations

X-API-KEY
string
header
required

Query Parameters

page
integer

The page number to return

limit
integer

The maximum number of results to return

Response

200
application/json
Integrations response
count
integer
next
string | null
previous
string | null
results
object[]