Skip to main content
GET
/
v1
/
pvt
/
Objectives
/
{type}
Returns a especific Type of Objective if it is active and
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
}

Authorizations

Authorization
string
header
required

Use API Basic Auth Keys

Path Parameters

type
string
required

Response

200 - application/json
ErrorMessage
string | null

Error message or description

ErrorCode
integer<int32> | null

Optional error code, if available

Result
object

Objectives response model

HasError
boolean

If true the request had an error.