DEVELOPER DOCUMENTATION
Get Current Install
Retrieve the install your platform token is scoped to: status, granted scopes, PII consent, and the platform app it belongs to.
GET
/api/partner/v1/installs/currentReturns the install the calling token belongs to. Use it as a connectivity check after the customer pastes in their token, and to confirm which scopes and PII consent you actually hold before relying on them.
Requirements: any valid platform token — no specific scope. (Like every Platform API call, it still requires a live token, an ACTIVE install, an ACTIVE platform app, and the annotation-platform feature on the granting employer.)
Request
Section titled “Request”No parameters.
Response
Section titled “Response”installobjectThe current install.
Errors
Section titled “Errors”| Status | code | Meaning |
|---|---|---|
401 | UNAUTHORIZED | Missing, invalid, or revoked token |
403 | FORBIDDEN | Install or platform app no longer active, or annotation-platform feature disabled for the granting employer |