BioTime Cloud API DOCS
api-token-auth
create
Request Body
The request body should be a "application/json" encoded object, containing the following items.
| Parameter | Description |
|---|---|
email required | Valid email for authentication |
password required | Valid password for authentication |
company required | Valid company for authentication |
jwt-api-token-auth
create
use for cloud under mysite/api
Request Body
The request body should be a "application/json" encoded object, containing the following items.
| Parameter | Description |
|---|---|
company required | |
email required | |
password required |
jwt-api-token-refresh
create
API View that returns a refreshed token (with new expiration) based on existing token
If 'orig_iat' field (original issued-at-time) is found, will first check if it's within expiration window, then copy it to the new token
Request Body
The request body should be a "application/json" encoded object, containing the following items.
| Parameter | Description |
|---|---|
token required |
staff-api-token-auth
create
Request Body
The request body should be a "application/json" encoded object, containing the following items.
| Parameter | Description |
|---|---|
username required | Valid username for authentication |
password required | Valid password for authentication |
staff-jwt-api-token-auth
create
API View that receives a POST with a user's username and password.
Returns a JSON Web Token that can be used for authenticated requests.
Request Body
The request body should be a "application/json" encoded object, containing the following items.
| Parameter | Description |
|---|---|
company required | |
username required | |
password required |