Sign in

Check authentication

documented

Return true if the supplied userid/password combination is valid.

GET /api/is_authenticatedAuthenticationno 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 "{{$base_url}}/api/is_authenticated?userid={{$userid}}&password={{$password}}&api_key={{CYPHERLEARNING_API_KEY}}&api_version=1" \
  -X GET \
  -H "Accept: application/json" \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}"
Check authentication · CYPHER Learning · OpenIntegrations