Skip to main content

Authentication

Legba uses bearer token authentication.
  • Authorization: Bearer <token>

Org scoping

Most endpoints are scoped under your organization: /orgs/{org_uuid}/api/...

Example

curl -X GET "$LEGBA_BASE_URL/orgs/$LEGBA_ORG_UUID/api/instances" \
  -H "Authorization: Bearer $LEGBA_API_TOKEN" \
  -H "Content-Type: application/json"