cURL
curl --request GET \ --url https://services.prod.pagosapi.com/loon/inquiries/jobs/{jobId} \ --header 'Authorization: Bearer <token>'
{ "status": "<string>", "error": { "code": "<string>", "message": "<string>", "details": [ { "detail": "<string>", "additional_info": "<string>", "metadata": "<string>" } ] }, "networks": [ { "network": "<string>", "status": "<string>" } ] }
Format is: Bearer <api_key>, where <api_key> is your Pagos API key
Bearer <api_key>
<api_key>
Success
Show child attributes