v1

latestOpenAPI 3.1.02026-07-24440202.2 KB

Authenticate

Authenticate a user by providing client credentials

post/clientcredentialsauthentication/authenticate_46H_v1

Request body

client_idstring required

The client ID of an Orange Logic user or application account.

client_secretstring required

The client secret of an Orange Logic user or application account.

Response

200

access_tokenstring
token_typestring
expires_ininteger

Example response

{
  "access_token": "hExf7tX@w1tUOkvDrgRaSuDvp9IXMiwhM8kEhBitw5NWtrYLxYIcj2eg76gdpOgzafz17hsqGLaz2if.I7QvXKXI96foyAs@dTEa2eVydmR8Q.Zf5tVkRes9mLGDkFtl2",
  "token_type": "Bearer",
  "expires_in": 7200
}
All 44 operations