SpamEmailAddress
An email address that is marked as spam
Example Request
curl https://api.planningcenteronline.com/people/v2/spam_email_addresses
View in API Explorer →
Example Object
{
"type": "SpamEmailAddress",
"id": "1",
"attributes": {
"address": "string",
"created_at": "2000-01-01T12:00:00Z",
"updated_at": "2000-01-01T12:00:00Z"
},
"relationships": {}
}
Attributes
| Name |
Type |
Description |
address |
string |
|
created_at |
date_time |
|
id |
primary_key |
|
updated_at |
date_time |
|
Pagination
| Name |
Parameter |
Type |
Description |
| per_page |
per_page |
integer |
how many records to return per page (min=1, max=100, default=25) |
| offset |
offset |
integer |
get results from given offset |
Endpoints
Listing
| HTTP Method |
Endpoint |
| GET |
/people/v2/spam_email_addresses |
Reading
| HTTP Method |
Endpoint |
| GET |
/people/v2/spam_email_addresses/{id} |
Belongs To
| HTTP Method |
Endpoint |
Association |
Details |
Filter By |
| GET |
https://api.planningcenteronline.com/people/v2/spam_email_addresses |
Organization
|
|
|