Header name | Description |
---|---|
Content-Type required |
application/json |
X-API-KEY required |
YOUR_API_KEY |
Param name | Description |
---|---|
entity_ids required |
Validations:
|
// Successful request POST /api/v2/favorites { "entity_ids": [ "Uf3hzRYu89xHBcqXSMIH" ] } 200 { "ok": "ok" }
// Missing required parameters POST /api/v2/favorites 422 { "error": "Missing parameter entity_ids" }
Code | Description |
---|---|
401 | Unauthorized |
404 | Not found |
500 | Internal Server Error |
422 | Missing parameters |