Requests Authentication
Last updated
Last updated
Each request you send to GeroSense API must be signed with an authentication token. To receive a new token, use /login/access-token
endpoint.
POST
https://api-b2b.gerosense.ai/api/v1.0/login/access-token
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Once you have the token, add it in the Authorization
header of all subsequent requests as shown below:
Content-Type*
String
application/x-www-form-urlencoded
username*
The username that we provided you with
password*
String
The password that we provided you with