POST
/
api
/
v1
/
admin
/
bootstrap
cURL
curl --request POST \
  --url https://us.infisical.com/api/v1/admin/bootstrap \
  --header 'Content-Type: application/json' \
  --data '{
  "email": "[email protected]",
  "password": "<string>",
  "organization": "<string>"
}'
{
  "message": "<string>",
  "user": {
    "username": "<string>",
    "firstName": "<string>",
    "lastName": "<string>",
    "email": "<string>",
    "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "superAdmin": false
  },
  "organization": {
    "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "name": "<string>",
    "slug": "<string>"
  },
  "identity": {
    "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "name": "<string>",
    "credentials": {
      "token": "<string>"
    }
  }
}
For guidance, check out the docs for Programmatic Provisioning.

Body

application/json

Response

200
application/json

Default Response

The response is of type object.