Authorization: Bearer ********************curl --location --request GET 'https://getrasl.io/api/v2/contacts/?include' \
--header 'Authorization: Bearer <token>'{
"success": true,
"data": {
"data": {
"id": 0,
"firstname": "string",
"lastname": "string",
"company": "string",
"type": "string",
"email": "string",
"phone": "string",
"status_id": 0,
"source_id": 0,
"description": null,
"city": null,
"state": null,
"zip": null,
"address": null,
"country_id": null,
"assigned_id": 0,
"group_id": [
"string"
],
"is_opted_out": true,
"created_at": "string",
"updated_at": "string"
}
},
"meta": {
"request_id": "string",
"timestamp": "string"
}
}