cURL
curl --request GET \ --url https://api.pocketflows.com/customers/{id}/rewards_profile \ --header 'Authorization: Basic <encoded-value>'
{ "points": 123, "customer": "<string>", "tier": "<string>" }
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Basic <encoded-value>
<encoded-value>
username:password
The ID of the customer
The rewards profile for the customer
The number of points the customer has
The customer associated with the rewards profile
The tier of the customer