Skip to main content
GET
Get check details

Authorizations

X-API-KEY
string
header
required

Project-scoped API key for server-to-server authentication. Obtain keys from the Zenoo dashboard under Project Settings > API Keys. Staging and production environments use separate keys.

Path Parameters

check_token
string
required

Check token (e.g., chk_abc123).

Pattern: ^chk_[a-zA-Z0-9]+$

Response

Check details.

Standard response wrapper for all API endpoints. Contains the resource data and pagination metadata.

data
object

A verification check executed against a specific provider. Checks are the atomic units of verification — each produces a pass/fail/refer result. Valid results from prior checks can be reused across cases.

meta
object