These docs are for v2. Click to read the latest docs for v3.

Get an Application Token

This is the OAuth 2.0 grant that server processes use to access an API. Use this endpoint to directly request an Access Token by using the Client's credentials (a Client ID and a Client Secret).

The Access Token should be kept between API calls to improve performances until it expires. A token renew strategy can be implemented when Lifen APIs replies to calls with a 401 HTTP status, meaning the Access Token has expired.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params
string
required

The client ID you received from Lifen when you registered your OAuth App.

string
required

The client Secret you received from Lifen when you registered your OAuth App.

uri
enum
required

The unique identifier of the Lifen API you want to access.

Allowed:
string
enum
required

Denotes the flow you are using: client_credentials.

Allowed:
Response

Language
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json