cURL
curl --request GET \ --url https://api.tensormesh.ai/v1/billing/stripe/customers \ --header 'Authorization: Bearer <token>'
{ "stripeCusId": "<string>" }
Bearer authentication using an access token. Format: Bearer <access_token>
The unique ID of the user.
A successful response.
GetOrCreateStripeCustomerResponse is the response after getting/creating a customer.