cURL
curl --request GET \ --url https://services.prod.pagosapi.com/loon/inquiries/jobs/{jobId}/download \ --header 'Authorization: Bearer <token>' \ --header 'x-merchant-id: <x-merchant-id>'
{ "error": { "code": "<string>", "message": "<string>", "details": {} } }
Format is: Bearer <api_key>, where <api_key> is your Pagos API key
Bearer <api_key>
<api_key>
Merchant identifier for requests.
Success