Error
A valid request URL is required to generate request examples{
"ok": true,
"data": {
"key": "<string>",
"prefix": "<string>",
"type": "user",
"label": "<string>"
}
}{
"ok": false,
"error": {
"code": "BAD_REQUEST",
"message": "<string>"
}
}Post bootstrap
Create the first user API key. Only works when no keys exist in the database.
POST
/
bootstrap
Error
A valid request URL is required to generate request examples{
"ok": true,
"data": {
"key": "<string>",
"prefix": "<string>",
"type": "user",
"label": "<string>"
}
}{
"ok": false,
"error": {
"code": "BAD_REQUEST",
"message": "<string>"
}
}Was this page helpful?
⌘I
