Skip to main content
POST
/
access
Pedir API Key
curl --request POST \
  --url https://device.agroop.net/api/access \
  --header 'Authorization: <api-key>'
{
  "entityId": "ENTITY_ID",
  "apiKey": "YOUR_KEY"
}

Authorizations

Authorization
string
header
required

Formato obrigatório: ApiKey YOUR_KEY

Query Parameters

token
string
required

Token temporário enviado por email

Example:

"YOUR_TOKEN"

Response

API Key obtida com sucesso