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
Name
Type
Description
Authorization
string
"Bearer " + {accessToken}
{
"code": 200,
"message": "success",
"response": "data"
}{
"code": 400,
"message": "error message",
"response": null
}Last updated
Was this helpful?