Skip to content

Authentication

Every POST to the Essential endpoints must include a valid Bearer token in the Authorization header.

Header format

Authorization: Bearer <your_JWT_here>

Geosapiens issues JSON Web Tokens (JWTs) for your account or integration. Treat the token like a password: store it securely.

If a request returns 401 or 403, see Error handling and verify the token is current and copied without extra spaces or quotes.