Get integration token (internal)

Token endpoint for the Rust gateway’s credential injection.

Wraps the existing _token_cache + get_integration_token and returns access_token + ttl_seconds so the Rust gateway can cache locally.

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Headers

x-public-tenant-idstring or nullOptionalformat: "uuid"
x-public-user-idstring or nullOptionalformat: "uuid"
x-sandbox-idstring or nullOptional

Query parameters

provider_keystringRequired

Response

Successful Response

Errors

422
Unprocessable Entity Error