application/json

Body

  • api_key string Required
  • private_key string Required

Responses

  • 200 application/json
    Hide response attribute Show response attribute object
    • token string
POST /auth
curl \
 --request POST 'https://wuro.pro/api/v3.2/auth' \
 --header "Content-Type: application/json" \
 --data '{"api_key":"string","private_key":"string"}'
Request examples
{
  "api_key": "string",
  "private_key": "string"
}
Response examples (200)
{
  "token": "string"
}