POST
/
loon
/
inquiries
/
jobs
cURL
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
}

Authorizations

Authorization
string
header
required

Format is: Bearer <api_key>, where <api_key> is your Pagos API key

Body

content
string

Response

Success

jobId
integer