Poll NIN Job

Last updated Dec 10th, 2025

get api.withmono.com/v3/lookup/nin/{jobId}/job
v1.0

This resource allows you to poll the status of a NIN PDF generation job and retrieve the PDF URL when the job is completed.

Kindly Note

Kindly Note

When the NIN API is called with 'output=pdf' query parameter, it returns a 'pdf' object with a 'jobId' and 'status'.

If the status is "processing", you can use this endpoint to poll for the final status and PDF URL. When the status is "completed", the 'url' field will be included in the response.

PDF Expiry

Please note that the PDF URL expires after 7 days. Ensure you download or process the PDF within this timeframe.

Path Params
Headers

Request

1234
curl --request GET \
  --url https://api.withmono.com/v3/lookup/nin/{jobId}/job \
  --header 'accept: application/json' \
  --header 'mono-sec-key: string'

Response

Choose an option from the drop down or click one of these buttons to see an example:

Did this page help you?