v1

latestOpenAPI 3.0.02026-07-24126202516.7 KB
Callbacks

Show Callback

Show details of a specific Callback using a given :id.

get/callbacks/{id}

Path parameters

idstring required

Callback ID

Response

OK

Example response

{
  "callbacks": {
    "id": "f92d4ca1-4ee5-43f3-9e34-ca5f759c5e76",
    "description": "Users Callback",
    "url": "https://httpbin.org/post",
    "object_type": "users",
    "enabled": true
  }
}