Skip to main content
POST

Headers

x-api-version
string

API version for the request.

x-api-key
string
required

API key used to identify and authenticate the client.

Authorization
string
required

JWT access token. For token-generation steps, refer to the Quickstart Guide.

Path Parameters

certificate_type
enum<string>
required

Certificate type. Use 130 for salary TDS, 131 for other TDS, or 133 for TCS.

Available options:
130,
131,
133

Body

application/json

Filters used to search certificate generation jobs.

@entity
string
required

Search request entity type.

Example:

"in.co.sandbox.tds.compliance.certificate.job.search"

tan
string
required

Tax Deduction and Collection Account Number (TAN).

Example:

"AHMS45586C"

tax_year
string
required

Tax year used to filter certificate jobs. Use the TY YYYY-YY format.

Example:

"TY 2026-27"

quarter
enum<string>
required

Quarter used to filter certificate jobs.

Available options:
Q1,
Q2,
Q3,
Q4
form
enum<string>
required

Certificate form used to filter jobs. Use 130 for salary TDS, 131 for other TDS, or 133 for TCS.

Available options:
130,
131,
133
page_size
integer
required

Maximum number of jobs to return.

Required range: x >= 1
status
enum<string>

Job status used to filter results.

Available options:
created,
queued,
in_progress,
succeeded,
failed
last_evaluated_key
string

Pagination key returned by the previous search response.

Response

Certificate generation jobs returned.

code
integer
required
timestamp
integer
required
transaction_id
string
required
data
object
required