Sign in

Start token intent

documented

Create a token-intent for a client app to request an access token. ([activecollab.com](https://activecollab.com/help/books/my-active-collab/api-authentication?utm_source=openai))

POST /api/v1/issue-token-intentAuthenticationno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://app.activecollab.com/{{$INSTANCE_ID}}/api/v1/issue-token-intent" \
  -X POST \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -d '{"client_name": "{{$APPLICATION_NAME}}", "client_vendor": "{{$COMPANY_NAME}}", "intent": {{$INTENT}}}'
Start token intent · activecollab · OpenIntegrations