cURL
curl --request GET \ --url https://api.bonifiq.com.br/v1/pvt/Objectives/{type} \ --header 'Authorization: Basic <encoded-value>'
{ "ErrorMessage": "<string>", "ErrorCode": 123, "Result": { "Title": "<string>", "Description": "<string>", "AmountOfPoints": 123, "Active": true, "Details": "<unknown>", "Id": 123, "Type": 0 }, "HasError": true }
Use API Basic Auth Keys
Error message or description
Optional error code, if available
Objectives response model
Show child attributes
Title of the Objective
Description of the Objective
The amount of points the customer will receive on objective completion.
If true, the objective is active and can be used to give rewards to customers.
0 = Purchase 1 = Signup 2 = Birthday 3 = Review 4 = Referral 5 = SocialMediaFollowInstagram 6 = SocialMediaFollowFacebook 7 = Quiz 8 = Custom 9 = SocialMediaFollowLinkedin 10 = SocialMediaFollowTikTok
0
1
2
3
4
5
6
7
8
9
10
If true the request had an error.
Was this page helpful?