Authentication
GET /v1/reset-password/{id}
Description
Get password reset token.
Header Parameters
Param | Type | Required | Description |
| string | yes | Bearer token containing API key |
Path Parameters
Param | Type | Required | Description |
| string | yes | Bearer token containing API key |
Example Response
POST /v1/forgot-password/{token_id}
Description
Reset password.
Header Parameters
Param | Type | Required | Description |
| string | yes | Bearer token containing API key |
Path Parameters
Param | Type | Required | Description |
| string | yes | Bearer token containing API key |
Body Parameters
Param | Type | Required | Description |
| string | yes | Bearer token containing API key |
Example Response
POST /v1/forgot-password
Description
Initiate a forgot password flow.
Header Parameters
Param | Type | Required | Description |
| string | yes | Bearer token containing API key |
Body Parameters
Param | Type | Required | Description |
| string | yes | Bearer token containing API key |
Example Response
POST /v1/sign-up/invitee/{invite_id}
Description
Accept a team invite.
Header Parameters
Param | Type | Required | Description |
| string | yes | Bearer token containing API key |
Path Parameters
Param | Type | Required | Description |
| string | yes | Bearer token containing API key |
Body Parameters
Param | Type | Required | Description |
| string | yes | Bearer token containing API key |
Example Response
GET - /v1/team/invite/invite_id
Description
View an existing invite.
Header Parameters
Param | Type | Required | Description |
| string | yes | Bearer token containing API key |
Path Parameters
Param | Type | Required | Description |
| string | yes | Bearer token containing API key |
Body Parameters
Param | Type | Required | Description |
| string | yes | Bearer token containing API key |
Example Response
POST /v1/sign-up/team
Description
This endpoint will a new team, new account, generic schemas and a default datalake for the new team.
Header Parameters
Param | Type | Required | Description |
| string | yes | Bearer token containing API key |
Body Parameters
Param | Type | Required | Description |
| string | yes | Bearer token containing API key |
Responses
200 - Account created successfully
422 - Bad or missing value for a field
POST /v1/logout
Description
Logs an account out of the API, invalidating the JWT token.
Header Parameters
Param | Type | Required | Description |
| string | yes | Bearer token containing API key |
Body Parameters
Param | Type | Required | Description |
| string | yes | Bearer token containing API key |
Responses
200 - Logged out
POST /v1/login
Description
Log into the API as an account.
Header Parameters
Param | Type | Required | Description |
| string | yes | Bearer token containing API key |
Body Parameters
Param | Type | Required | Description |
| string | yes | Bearer token containing API key |
Responses
200 - Successful login
Last updated