Navigation: Implementation details > External Authentication > OAuth2 flow
Authenticated API calls
The JWT token issued during the first call is reused in the HTTP Authorization header:
Authorization: Bearer <token>