Skip to main content

Machine tokens and scopes

Exchange API keys for JWTs and understand permission scoping for integrations.

Prerequisites

  • Developer API key from Connect

Steps

1

Token exchange

curl -sS -X POST "$FLUIDE_BASE_URL/api/v1/authorize/token" \
  -H "X-Fluide-Api-Key: $FLUIDE_API_KEY" \
  -H "X-Fluide-Api-Secret: $FLUIDE_API_SECRET" \
  -H "X-Fluide-Client-Id: fluide-developer"

Tips

authorization

rbac