Get a integration
This endpoint retrieves a specific integration.
Request
GET https://api.nicereply.com/integrations/<ID>
Path Parameters
Parameter | Data Type | Description |
---|---|---|
ID | UUID | ID of the integration. |
Example response
200 OK
{
"data": {
"id": "ba4a4f84-05a7-4bed-a389-debcfa037dde",
"name": "Live Agent",
"type": "liveagent-v2",
"created_at": "2023-06-07T09:38:44+02:00",
"updated_at": "2023-06-16T08:18:39+02:00"
}
}