Skip to content

Generate a portal JWT for a customer

GET
/portal/auth/{external_id}

Generate a portal JWT token for the given customer (org API-key auth).

external_id
required
External Id
string

Successful Response

PortalTokenResponse
object
token
required
Token
string

Invalid or missing API key

Customer not found

Validation Error

HTTPValidationError
object
detail
Detail
Array<object>
ValidationError
object
loc
required
Location
Array
msg
required
Message
string
type
required
Error Type
string
input
Input
ctx
Context
object