Access Token
Issue token that can request api through key, secret issued from manager
Get Token
POST
https://uprism.io:30443/oauth/token
API for issuing tokens according to the OAuth2 authentication method. Tokens are issued using the Client Credentails method.
Headers
Name | Type | Description |
---|---|---|
Authorization | string | "Basic " + base64(clientKey:clientSecret) |
Request Body
Name | Type | Description |
---|---|---|
grant_type | string | client_credentials |
Last updated