Authorizations
Format is: Bearer <api_key>
, where <api_key>
is your Pagos API key
Body
Response
Success
curl --request POST \
--url https://services.prod.pagosapi.com/loon/inquiries/jobs \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: text/plain' \
--data '{
"content": "<string>"
}'
{
"jobId": 123
}
curl --request POST \
--url https://services.prod.pagosapi.com/loon/inquiries/jobs \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: text/plain' \
--data '{
"content": "<string>"
}'
{
"jobId": 123
}
Format is: Bearer <api_key>
, where <api_key>
is your Pagos API key
Success