GoMake

Gomake API

GET

Get job status by job number

/api/jobs/get-job-status-by-job-number/{jobNumber}

Responses

Example Request

curl -X GET \
  https://api.gomake.net/api/jobs/get-job-status-by-job-number/{jobNumber} \
  -H "Content-Type: application/json" \
  -H "X-Client-Id: your-client-id-here" \
  -H "X-Client-Secret: your-client-secret-here"

Note: Replace your-client-id-here and your-client-secret-here with your actual credentials. See the Authentication page for more details.