GET
/
users
/
authorization
curl --request GET \
  --url https://api.village.do/v1/users/authorization \
  --header 'secret-key: <api-key>'
{
  "token": "example-token"
}

Authorizations

secret-key
string
header
required

Headers

user-identifier
string

Specify the user making the request. This identifier should match the one you used when integrating the user with Village.

Response

200
application/json
Token generated successfully
token
string
Example:

"example-token"