Platform API reference
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
Returns 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
No parameters.Response
The current install.
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 |