Rocket Lawyer Authentication API
OAuth 2.0 authentication mechanism for accessing Rocket Lawyer partner APIs. Issues three token types — Access Tokens (server-to-server, 10-hour TTL), Service Tokens (backend-to-frontend delegation, 1-year TTL scoped by purpose / interviewId / UPID), and Scoped Access Tokens (front-end calls, derived from a Service Token). Supports `client_credentials` and `authorization_code` grant types. Apps can be created with either backend or frontend scope from the Rocket Lawyer Developer Portal.