Skip to content
Main Navigation
Official Site
Contact
Dark mode
Menu
Back to top
Token Issue JSON format
POST
/auth.json
uid and password will be created when the trial phase has begun.
Request Body
Schema
JSON
JSON
{
"uid"
:
"string"
,
"password"
:
"string"
}
Responses
200
OK
Content-Type
application/json
Schema
JSON
JSON
{
"token"
:
"string"
}
POST
/auth.json
Playground
Body
Samples