cURL
curl --request POST \ --url https://auth.platform.arb.inc/internal/public-api \ --header 'Authorization: Bearer <token>'
Routes requests from the public API to internal auth service endpoints by extracting the user token from the X-Forwarded-Authorization header. Requires api.internal.proxy permission.
api.internal.proxy
access token
HTTP method for the target endpoint
Target endpoint path
Request successfully proxied