post
https://www.pelcro.com/api/v1/sdk/customer
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
Overview
Retrieve the authenticated customer — profile, payment methods, subscriptions, and other relationships. Send the customer’s bearer token; the same token is echoed back as data.auth_token / data.token.
Example: After login, call this endpoint with the customer’s token to load their current profile and subscriptions for your account UI.
Authentication requiredSend a valid token as
Authorization: Bearer <token>. A missing token returns401Token not provided; an invalid or expired token returns401Invalid or expired token. See Authentication.
