Orange Logic Authentication API

Authenticate against an Orange Logic instance and obtain tokens for subsequent calls. Supports OAuth 2.0 (client ID and secret), non-expiring bearer tokens, and basic username/password login. The OAuth token endpoint returns an access token valid for 24 hours and a refresh token valid for 30 days. Confirmed endpoint paths include POST /webapi/security/oauth2/token_48I_v1 and /webapi/security/clientcredentialsauthentication/authenticate_46H_v1.

API entry from apis.yml

apis.yml Raw ↑
aid: orangelogic:orangelogic-authentication-api
name: Orange Logic Authentication API
tags:
- Authentication
- OAuth
- Security
image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/apis-json-logo.jpg
humanURL: https://developer.orangelogic.com/reference/authentication-endpoints
baseURL: https://{OrangeLogicURL}/webapi
properties:
- url: https://developer.orangelogic.com/reference/authentication
  type: Documentation
- url: https://developer.orangelogic.com/reference/authentication-endpoints
  type: APIReference
- url: https://developer.orangelogic.com/reference/oauth-2-token
  type: APIReference
description: Authenticate against an Orange Logic instance and obtain tokens for subsequent calls. Supports
  OAuth 2.0 (client ID and secret), non-expiring bearer tokens, and basic username/password login. The
  OAuth token endpoint returns an access token valid for 24 hours and a refresh token valid for 30 days.
  Confirmed endpoint paths include POST /webapi/security/oauth2/token_48I_v1 and /webapi/security/clientcredentialsauthentication/authenticate_46H_v1.