Authentication
Last updated
Last updated
First, to obtain your client ID and generate a client secret, go to the on the Ledge web application.
To access the Ledge API, you must request an access token when authenticating a user. To request an access token, make a POST call to the token URL.
You receive an HTTP 200
response with a payload containing access_token
, token_type
, and expires_in
values: