MeiroDocs

API

API reference documentation.

Choose an API family

Each API has its own base URL shape, auth flow, and resources. Start from the family that matches your product area.

Quick Auth Header

curl -X GET "https://{instance}.meiro.io/api/users/me" \
  -H "Authorization: Bearer <API_TOKEN>" \
  -H "Content-Type: application/json"
const response = await fetch('https://{instance}.meiro.io/api/users/me', {
  headers: {
    Authorization: `Bearer ${process.env.MEIRO_API_TOKEN}`,
    'Content-Type': 'application/json',
  },
});

Available APIs

On this page