cURL
curl --request GET \ --url https://api.smile.io/v1/points_settings \ --header 'Authorization: Bearer <token>'
{ "points_settings": { "points_label": { "one": "Coin", "other": "Coins" } } }
Retrieves the configuration for the account’s points program.
404
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The points settings were successfully retrieved.
Show child attributes