Sign in

Create API key

documented

Create a new API key

POST /api2/apikeysAPI Keysno 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://{{$recras_subdomain}}.recras.nl/api2/apikeys" \
  -X POST \
  -H "Authorization: Basic {{RECRAS_BASIC_AUTH}}" \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -d '{"user_id": {{$user_id}}, "description": "{{$description}}"}'
Create API key · Recras · OpenIntegrations