API Reference
Purchasers
Create, update & list purchasers.
List Purchasers
Retrieves a list of purchasers.
HTTP Request
GET https://api.cdr.fyi/v1/purchasers
Query Parameters
Parameter | Type | Description |
---|---|---|
entityFilterType | String | Filter by entity type (Supplier, Marketplace, Purchaser) |
entityFilterId | String | Filter by entity ID |
Custom Headers
x-page
: The page number (default is 1)x-limit
: Number of items per page (max 100, default is 10)
Example Request
Example Response
Error Responses
If the request is not successful, you will receive a 400 Bad Request or 401 Unauthorized response along with an error message indicating the issue.