v2

latestOpenAPI 3.1.02026-08-0157181397.4 KB
Authorization

Oauth2 Token

Generates a shot lived bearer token used to authenticate an application to the rest of the API.

  • client_id: client id from the application
  • client_secret: client secret from the application
  • grant_type: only "client_credentials" are supported at this time

See https://law.lexmachina.com/api-settings for application management.

post/oauth2/token

Query parameters

client_idstring
client_secretstring
grant_typestring

Response

Successful Response

{"stackTrail":"paths:/oauth2/token:post:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}