DEVELOPER DOCUMENTATION
Get Project Link
Retrieve one project link by ID.
GET
/api/partner/v1/project-links/{linkId}Retrieves one project link on the calling token’s install.
Requirements: project-links:read scope (implied by project-links:write).
Request
Section titled “Request”linkIdstringpathrequiredResponse
Section titled “Response”projectLinkobjectErrors
Section titled “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 |