This endpoint can be used to create a customer portal magic link. The link (returned in the link
property) allows your customer to directly access the customer portal. This is useful if you want to integrate the customer portal into your own application. Remember that it is your responsibility to make sure to provide the correct subscriptionId
for your user you’d like to log in.
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
The magic link to create for a subscriptionId
The body is of type object
.
The created magic link
The response is of type object
.