Skip to main content
WEBHOOK
CertificateJobStatus
{
  "data": {
    "@entity": "in.co.sandbox.tds.compliance.certificate.job",
    "job_id": "f24cd229-42c8-43de-af79-8ce2d3c4c3db",
    "tan": "AHMA09719B",
    "quarter": "Q4",
    "form": "24Q",
    "financial_year": "FY 2023-24",
    "status": "succeeded",
    "remember_me": false,
    "created_at": 1716870600000,
    "updated_at": 1716871500000,
    "certificate_zip_urls": [
      "https://in-co-sandbox-tds-test-storage.s3.ap-south-1.amazonaws.com/AHMS45586C/FY+2025-26/Q3/26Q/4049c226-4988-4978-b5ad-d25705453da8/26Q.zip",
      "https://in-co-sandbox-tds-test-storage.s3.ap-south-1.amazonaws.com/AHMS45586C/FY+2025-26/Q3/26Q/4049c226-4988-4978-b5ad-d25705453da8/26Q.zip"
    ]
  }
}

Documentation Index

Fetch the complete documentation index at: https://developer.sandbox.co.in/llms.txt

Use this file to discover all available pages before exploring further.

Webhooks fire only when a certificate job transitions to succeeded or failed.To configure your webhook URL and validate the x-sandbox-signature header, see the webhooks guide.

Body

application/json
data
Job Succeeded · object

Job details at the time of the status change.

Response

200

Return any 2xx status to acknowledge receipt. Sandbox retries delivery on non-2xx responses.