Header name | Description |
---|---|
Content-Type required |
application/json |
X-API-KEY required |
YOUR_API_KEY |
Param name | Description |
---|---|
external_id required |
External ID Validations:
|
// External ID not found GET /api/v2/external_ids/not-found-id 404 { "error": "external id not-found-id not found" }
// External ID belongs to an asset GET /api/v2/external_ids/external-id-test 200 { "external_id": "external-id-test", "id": "OvIi7s76K1G3uFydxOOV", "type": "asset" }
// External ID belongs to a project GET /api/v2/external_ids/external-id-test 200 { "external_id": "external-id-test", "id": "ePoKkPHXgjO29Qg5RlYG", "type": "project" }
Code | Description |
---|---|
401 | Unauthorized |
404 | Not found |
500 | Internal Server Error |
422 | Missing parameters |