Should you notice any errors in our documentation, please don’t hesitate to contact us. Thank you!
curl --location -g --request GET 'https://www-staging.givve.com//api/multipliers//contact_persons?sort=&skip_meta_totals=&page[number]=1&page[size]=25' \
--header 'Accept-Version: v2' \
--header 'Authorization: Bearer <token>'{
"meta": {
"total_pages": 0,
"current_page": 0,
"page_size": 0,
"total_entries": 0
},
"data": [
{
"id": "string",
"name": "string",
"email": "string",
"email_notification": "string",
"editable": true
}
],
"links": {
"self": "http://example.com",
"first": "http://example.com",
"prev": "http://example.com",
"next": "http://example.com",
"last": "http://example.com"
}
}