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

Query Parameters

token
string
required

Token temporário enviado por email

Example:

"YOUR_TOKEN"

Response

API Key obtida com sucesso