Skip to content

Create the first admin

POST
/api/v1/auth/setup

Request Body

application/json
JSON
{
  
"$schema": "https://bpincentives.com/schemas/Auth-setupRequest.json",
  
"email": "string",
  
"name": "string",
  
"password": "string",
  
"username": "string"
}

Responses

Created

application/json
JSON
{
  
"$schema": "https://bpincentives.com/schemas/NextBody.json",
  
"methods": [
  
],
  
"next": "string"
}

Playground

Body

Samples

Powered by VitePress OpenAPI