cURL
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>" } ] }
Successful Response
Was this page helpful?