Skip to main content
POST
/
api
/
v1
/
get_callback_data
Get Callback Data
curl --request POST \
  --url https://api.example.com/api/v1/get_callback_data \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <x-api-key>' \
  --data '
{
  "task_id": "<string>",
  "endpoint_name": "<string>"
}
'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Headers

x-api-key
string
required

Body

application/json
task_id
string
required
endpoint_name
string
required

Response

Successful Response