Platform API reference
Get Project Link
Retrieve one project link by ID.
GET
Retrieves one project link on the calling token’s install.
Requirements:
project-links:read scope (implied by project-links:write).
Request
Response
Errors
| Status | code | Meaning |
|---|---|---|
401 | UNAUTHORIZED | Missing, invalid, or revoked token |
403 | FORBIDDEN | Token lacks project-links:read |
404 | NOT_FOUND | No link with this ID on this install |