To get access you will need to get in touch with our support team via email or chat. Once you have the keys, you can use them to authenticate with the API.Documentation Index
Fetch the complete documentation index at: https://docs.patterns.company/llms.txt
Use this file to discover all available pages before exploring further.
Key types
There are two types of keys available for the API:access_token and refresh_token.
The access_token is used to authenticate the user and the refresh_token is used to refresh the access token.
Access tokens are valid indefinitely, but you can refresh them using the refresh token.
/auth/refresh-tokens endpoint.
Authentication
To authenticate with the API, you need to include theaccess_token in the header of your request.