Citesphere uses OAuth2 for handling authentication and authorization. You can use any form of OAuth Client to get the token, which needs to be passed to other APIs as a header.
Get Access Token
...
Status | ||||
---|---|---|---|---|
|
POST /api/v1/oauth/token
Parameters
Name | Type | Description |
---|---|---|
|
| Required. The client ID you received from Citesphere for your App. |
|
| Required. The client secret you received from Citesphere for your App. |
|
| Required. The code you received as a response after the user gave the permission |
|
| The URL of the application you configured in Citesphere |
|
| The unguessable random string you provided during the authorization step |