Coming soonPrivate beta

API Documentation

Integrate Eufal into your business tools via our REST API. Authentication, buildings, construction, webhooks.

Authentication

The Eufal API uses per-organization API keys. Pass your key in the `Authorization` header.

POST/api/v1/auth/token

Get a JWT access token from an API key.

Request body

{
  "api_key": "eufal_sk_xxxxx"
}

Response

{
  "access_token": "eyJhb...",
  "expires_in": 3600
}

Full documentation will be available when the public API launches.