GET
/
ruth-connect
/
integrations
/
{integration_id}
curl --request GET \
  --url https://api.puretalk.ai/api/ruth-connect/integrations/{integration_id} \
  --header 'X-API-KEY: <api-key>'
{
  "msg": "Integrations retrieved successfully",
  "err": false,
  "results": {
    "integration_id": "123e4567-e89b-12d3-a456-426614174000",
    "app_name": "My App",
    "friendly_app_name": "My App",
    "logo": "<string>",
    "data": {
      "api_key": "123e4567-e89b-12d3-a456-426614174000"
    },
    "tools": [
      "<string>"
    ],
    "is_custom_tool": false,
    "created_at": "2023-11-07T05:31:56Z",
    "updated_at": "2023-11-07T05:31:56Z"
  }
}

Authorizations

X-API-KEY
string
header
required

Authorization header containing API key. You can find your API key in the dashboard under 'API Keys'.

Path Parameters

integration_id
string
required

ID of integration to return

Response

200
application/json

Integration response

The response is of type object.