L
Lucid REST API
Details
- URL
-
https://api.lucid.co - Docs
- https://developer.lucid.co/reference
Authentication
Authorization: Bearer <credential> Create an OAuth 2.0 client in the Lucid developer portal as described in OAuth 2.0 client creation. Lucid's REST API uses the authorization code flow; after creating the client, direct users to https://lucid.app/oauth2/authorizeUser and exchange the code at https://api.lucid.co/oauth2/token. Request only the needed scopes, such as user.profile, document scopes, or offline_access for refresh tokens.
Authorization: Bearer <credential> Create an API key from the Lucid developer tools / portal using the flow documented in API Keys, Using API Keys, and Creating a key. Configure the key's grants to allow the REST API operations your integration needs.