KeyValue
Awaiting send
// Select an endpoint and choose Send to simulate a response.
generated · cURL
curl -X POST "https://algapsa.com/api/v1/permission-checks" \
  -H "X-API-Key: $ALGA_API_KEY" \
  -H "Accept: application/json" \
  -d '{
  "user_id": "01HN2K7VRB9PQ3Y0000000000",
  "permissions": [
    {
      "resource": "string",
      "action": "string"
    }
  ]
}'