Environments
API access may vary depending on the environment.Base URL
All API paths are built from this base: FlexxibleGenerate an API key
To create this key, the user must have the Organization administrator role.- Go to Settings → Organization.
- Select the API keys tab.
- Click Create API key.
-
Complete the form.
- Name. Identifier for the API key.
- Role. Role assigned to the user in Portal.
- Duration. Key validity period.
- Confirm with Save.
Authenticate requests
Every request must include the key in the Authentication header using the Bearer scheme: Authentication: Bearer<api_key>
Although the Bearer scheme is used, the value corresponds directly to an API key generated on the platform, not to a token obtained through an additional authentication process.
Get the organization ID
Each endpoint requires the organization ID as the first path segment.https://api.flexxible.net/v2/organizations/:organization_id/{endpoint}
To find the organization ID:
- Go to Settings → Organization.
- Select the General → Details tab.
- Copy the identifier.