Get a contract by ID
GET/v1/open-api/contract/:id
Get a single contract by ID (scoped to the token's company).
Requires grant PERMISSION_OPEN_API_CONTRACT:READ.
Request
Responses
- 200
- 401
- 403
- 404
- 429
The contract.
Invalid, revoked or expired token (401).
The token lacks the required permission:scope grant (403).
Resource not found (404).
Rate limit of 60 requests/minute exceeded (429).