Meridian API
Base URL: https://api.meridian.example/v1
GET /api/v1/users— list users in your organizationGET /api/v1/users/:id— get a user by IDGET /api/v1/objects— list documents/invoicesGET /api/v1/objects/:id— get an object by IDGET /api/v1/search?q=— full text searchGET /api/v1/config— client-safe runtime configurationGET /api/v1/health— service health
Authenticate with a bearer token: Authorization: Bearer <api_key>. See your profile for your key.