Skip to main content
POST
/
auth
Authenticate
curl --request POST \
  --url http://localhost:5252/auth \
  --header 'Content-Type: application/json' \
  --data '
{
  "appName": "MyApp"
}
'
{
  "token": "295b78d3-a817-4db9-a595-e1643ceb3735"
}

Body

application/json
appName
string
required
Example:

"MyApp"

Response

Token issued

token
string
Example:

"295b78d3-a817-4db9-a595-e1643ceb3735"