List Configurations

List all email verification configurations.

SecurityapiKey
Request
query Parameters
defaultConfiguration
boolean
Default: null

Limit search to configurations with provided default flag value. If left empty, all configurations will be returned.

Example: defaultConfiguration=true
limit
integer (Limit)

Maximum number of configurations to return.

Example: limit=100
startAfter
string (StartAfter)

Used to retrieve the next page of results.

Example: startAfter=5712566172571652
Responses
200

Successful operation

get/configurations/emailverification
Request samples
Response samples
application/json
{
  • "startAfter": "5712566172571652",
  • "nextStartAfter": "5712566172571652",
  • "total": "67",
  • "values": [
    ]
}