Return a Stripe customer portal session URL for the authenticated user. If the user does not have a Stripe customer record yet, one will be created automatically.
Request
Authorization
Bearer Token
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************
or
Responses
🟢200OK
application/json
Stripe customer portal URL
Body
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request GET 'https://api.managem.co.uk/user/portal' \
--header'Authorization: Bearer <token>'