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).
Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” external_id
required
External Id
string
Responses
Section titled “ Responses ”Successful Response
PortalTokenResponse
object
token
required
Token
string
Invalid or missing API key
Customer not found
Validation Error
HTTPValidationError
object
detail
Detail
Array<object>
ValidationErrorobject
loc
required
Location
Array
msg
required
Message
string
type
required
Error Type
string
input
Input
ctx
Context