Developers
This section is for managing the Leader-ID API application.
Here you can create the application and access keys by them, and modify them as needed.
Please note that the functionality is only available to users authorized on Leader-ID.
To create app, click “Add Application” and specify:
1. Application name
2. Application description
3. Contact details for communication
4. Application link (if available)
To create keys (client_id and client_secret) in the previously created application click “Add Key”:
1. Select the key type: oAuth or server.
(if the server-side key option is selected, access_token requests using 'grant_type': 'authorization_code' will not be available);
2. Specify the expiration date of the key;
3. Specify the domain from which requests will be sent.
(domain is required when using oAuth. Localhost is acceptable).