Endpoints relating to your account
GET /customers/:api_key
Params:
| Key | Description |
| api_key | Your api key |
Response:
GET /customers/:api_key/executions
Params:
| Key | Description |
| api_key | Your api key |
Response:
GET /customers/:api_key/executors
Params:
| Key | Description |
| api_key | Your api key |
Response:
POST /customers/:api_key/reset
Params:
| Key | Description |
| api_key | Your api key |
Response:
GET /customers/:api_key/projects
Params:
| Key | Description |
| api_key | Your api key |
Response:
POST /customers/:api_key/projects/new
Params:
| Key | Description |
| api_key | Your api key |
Payload:
| Key | Type | Required | Default |
| name | String | True | |
| fingerprint_reset_cooldown | Number | False | 86400000 |
| allow_fingerprint_resets | Boolean | False | True |
| delete_expired_users | Boolean | False | False |
| execution_webhook | String | False | Null |
| information_webhook | String | False | Null |
| blacklist_webhook | String | False | Null |
Response: