cURL
curl --request GET \ --url https://api.example.com/config/request/user/all \ --header 'Authorization: Bearer <token>'
{ "items": [ { "id": "<string>", "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z", "status": "received", "extra_details": {} } ], "count": 0, "total_count": 0 }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
received
in_progress
success
failed
cancelled
Successful Response
Show child attributes