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 organization data (profile and membership) |
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 |