Skip to main content
POST
/
access
/
token
Gerar novo Token
curl --request POST \
  --url https://device.agroop.net/api/access/token \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "email": "[email protected]"
}
'

Authorizations

Authorization
string
header
required

Formato obrigatório: ApiKey YOUR_KEY

Body

application/json
email
string
required

Response

Token enviado por email