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>"
}
}
}
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>"
}
}
}
Default Response
The response is of type object
.
Was this page helpful?