Incido
This API allows to interact with the Incido service.
The API uses the HTTP Bearer authentication scheme: send the header Authorization: Bearer <token> on each request, unless the operation explicitly declares no security (see that operation's security in this document).
Authentication
- HTTP: Bearer Auth
To authenticate with the Incido API, use an OAuth 2 personal access token. Send Authorization: Bearer <token> on each request unless the operation explicitly requires no authentication. Go to the Incido Dashboard to create a token under the top right user menu → API Tokens → Create Token.
Each token can be created with all scopes or custom scopes; the API still enforces your Dashboard permissions for the target organization, so the token cannot exceed what you can do manually. Many paths include organization_id; you must be a member of that organization. When an operation lists security: [] in this document, it does not require a bearer token.