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": "<string>",
  "err": true,
  "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

Path Parameters

integration_id
string
required

ID of integration to return

Response

200
application/json
Integration response
msg
string
err
boolean
results
object