Authentication

How to use the API to request an API using an access token (sample)

Get Sample

GET https://uprism.io:30443/sample/api

Sample API Example

Headers

NameTypeDescription

Authorization

string

"Bearer " + {accessToken}

{
    "code": 200,
    "message": "success",
    "response": "data"
}

Last updated