Skip to main content
GET
/
points_settings
Get points settings
curl --request GET \
  --url https://api.smile.io/v1/points_settings \
  --header 'Authorization: Bearer <token>'
{
  "points_settings": {
    "points_label": {
      "one": "Coin",
      "other": "Coins"
    }
  }
}
This endpoint requires the scope.
If the account does not have an active points program, a 404 response is returned.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200 - application/json

The points settings were successfully retrieved.

points_settings
object