List custom data for entity
GET/api/v1/catalog/:tagOrId/custom-data
List custom data for entity
Request
Responses
- 200
- 404
- 429
Successfully retrieved custom data. If using pagination, we do not return page, total, or totalPages in the response. An empty array is returned once you reach the end.
Entity not found
The client has exceeded the rate limit by performing too many requests in a short period. Retry the request after a delay.
Response Headers
Retry-After
The number of seconds until the rate limiting resets.