Preference CentersList preference centers
Preference Centers

List preference centers

Returns a list of all preference centers.

curl -X GET "https://api.neostra.io/api/v1/preference-center" \
  -H "Content-Type: application/json"
{
  "status": 200,
  "message": "Success",
  "data": {},
  "errors": [
    "example_string"
  ]
}
GET
/api/v1/preference-center
GET
Request Preview
Response

Response will appear here after sending the request

Responses

statusinteger

HTTP status code

messagestring

Response message

dataobject

Response payload

errorsstring[]

List of error details, if any