Version: 1.0.0
Propper Organization API
Organization-scoped management API for the Propper platform.
Base URL
- Production:
https://api.propper.ai/v1/org
Authentication
OAuth 2.0 Bearer token. The organization is resolved from the token, not a path parameter:
Authorization: Bearer <access_token>
OAuth Scopes
| Scope | Description |
|---|---|
org:read | Read the organization profile |
users:read | Read organization membership, member capabilities, and member preferences |
users:write | Invite members, change roles, remove members, cancel invitations, write member preferences |
All three scopes can be assigned to client applications you create and manage
in your organization settings. users:write does not imply users:read:
request both if your integration reads and writes.
The entitlement verdict projection (view=salesforce) is platform-only: it is
callable exclusively by Propper-generated Salesforce client applications and is
not reachable with any customer-requestable scope.
Authentication
- HTTP: Bearer Auth
Security Scheme Type: | http |
|---|---|
HTTP Authorization Scheme: | bearer |
Bearer format: | JWT |