List a contract's payments (paginated)
GET/v1/open-api/contract-payment/:contractId
List a contract's payments (newest first).
Requires grant PERMISSION_OPEN_API_CONTRACT_PAYMENT:READ.
Request
Responses
- 200
- 401
- 403
- 404
- 429
Page of payments.
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).