Download OpenAPI specification :
Retrieves the collection of BusinessEmail resources.
| page |
integer
Default:
1
The collection page number |
| itemsPerPage |
integer
>= 0
Default:
30
The number of items per page |
| emailAddress |
string
|
| scope |
string
|
| scope[] |
Array of strings
|
| status |
string
|
| status[] |
Array of strings
|
{
-
"member": [
-
{
-
"@context": "string",
-
"@id": "string",
-
"@type": "string",
-
"hash": "string",
-
-
"emailAddress": "string",
-
"scope": "custom_requester",
-
"status": "unverified",
-
"createdAt": "2019-08-24T14:15:22Z",
-
}
],
-
"totalItems": 0,
-
"view": {
-
"@id": "string",
-
"type": "string",
-
"first": "string",
-
"last": "string",
-
"previous": "string",
-
"next": "string"
},
-
"search": {
-
"@type": "string",
-
"template": "string",
-
"variableRepresentation": "string",
-
"mapping": [
-
{
-
"@type": "string",
-
"variable": "string",
-
"property": "string",
-
"required": true
}
]
}
}
Creates a BusinessEmail resource.
The new BusinessEmail resource
| emailAddress
required
|
|
| scope
required
|
string
Value
: "custom_requester"
|
{
-
"emailAddress": "user@example.com",
-
"scope": "custom_requester"
}
{
-
"@context": "string",
-
"@id": "string",
-
"@type": "string",
-
"hash": "string",
-
-
"emailAddress": "string",
-
"scope": "custom_requester",
-
"status": "unverified",
-
"createdAt": "2019-08-24T14:15:22Z",
-
}
Retrieves a BusinessEmail resource.
| hash
required
|
string
BusinessEmail identifier |
{
-
"@context": "string",
-
"@id": "string",
-
"@type": "string",
-
"hash": "string",
-
-
"emailAddress": "string",
-
"scope": "custom_requester",
-
"status": "unverified",
-
"createdAt": "2019-08-24T14:15:22Z",
-
}
Removes the BusinessEmail resource.
| hash
required
|
string
BusinessEmail identifier |
{
-
"@context": "string",
-
"@id": "string",
-
"@type": "string",
-
"title": "string",
-
"detail": "string",
-
"status": 404,
-
"instance": "string",
-
"description": "string",
-
"errorType": "string"
}
Sends a verification code to the given email address.
| hash
required
|
string
BusinessEmail identifier |
{
-
"@context": "string",
-
"@id": "string",
-
"@type": "string",
-
"hash": "string",
-
-
"emailAddress": "string",
-
"scope": "custom_requester",
-
"status": "unverified",
-
"createdAt": "2019-08-24T14:15:22Z",
-
}
Submits the verification code sent to the email address. On success the email status transitions to verified and a 204 is returned. This endpoint gets called automatically when you follow the link in the verification email.
| hash
required
|
string
BusinessEmail identifier |
The new BusinessEmail resource
| verificationCode
required
|
string
|
{
-
"verificationCode": "string"
}
null