Search
K
[dev] 🇫🇷 Seeker Leads

Get subscription audit information

Retrieves audit information for the specified subscription.

get

Query Parameters

limitinteger

Maximum recent webhook notifications to be returned.
Max value is 100 notifications and default value is 10.

Default:10

>= 1<= 100

Path Parameters

idstringrequired

>= 1 characters

Example:D2IOuPcAq9s3sZ1pt3jW7

Response

application/json

Subscription audit information retrieved successfully

webhookAuditResponse

subscriptionIdstringrequired

Example:D2IOuPcAq9s3sZ1pt3jW7

urlstring(url)required

The client endpoint used to receive new lead notifications.

Example:https://example.com/webhook

statusstringrequired

The status of the subscription.

Allowed values:ACTIVEINACTIVE

createdAtstring(date-time)required

Example:2025-01-01T10:00:00Z

updatedAtstring(date-time)required

Example:2025-01-01T10:00:00Z

lastSuccessTimestampstring | null(date-time)

Timestamp of the last successful webhook notification, empty if never succeeded.

Example:2025-01-01T12:00:00Z

recentEventsarray[object]required

List of recent webhook notification events, ordered from most recent to oldest.

Show Child Parameters
get/webhook/subscriptions/{id}/audit
 
application/json

createLeadRequest

object
firstNamestring

Maximum length is 100 characters

>= 1 characters<= 100 characters

Example:Jane

lastNamestringrequired

Maximum length is 100 characters

>= 1 characters<= 100 characters

Example:Doe

genderstring

Allowed values:MALEFEMALEOTHERPREFER_NOT_TO_DISCLOSE

Example:FEMALE

emailstring(email)required

Example:test@example.com

languagestring

Allowed values:DEENESFRHEITNLPTRU

Default:FR

Example:FR

phoneNumbersarray[object]required

>= 1 characters

Show Child Parameters
messagestringrequired
classifiedIdstringrequired

Classified identifier in the format ^([0-9]{2})([1-9A-NP-Z]{10})$

Match pattern:^([0-9]{2})([1-9A-NP-Z]{10})$

submittedDatestring(date-time)required

The date and time when the lead was submitted in ISO 8601 format

Example

errorResponse

object

Error response with 4xx or 5xx status code

* Additional properties are allowed.
typestringrequired

The URI reference that identifies the problem type

>= 1 characters

titlestringrequired

An human-readable summary of the problem type

>= 1 characters

detailstringrequired

A human-readable explanation specific to
this occurrence of the problem

>= 1 characters

instancestringrequired

A URI reference that identifies the specific occurrence of the problem

>= 1 characters

Example:00-0af7651916cd43dd8448eb211c80319c-b9c7c989f97918e1-01

statusnumberrequired

The HTTP status code generated for this occurrence of the problem

>= 1 characters

Example:400

Example

paginatedResultSet

object
metadataobject
Show Child Parameters
linksobject
Show Child Parameters
itemsOne Of
array
classifiedLeadobject
Show Child Parameters
Example

contactRequest

object

The data of the User who created the contact.
In rare cases, the User may have requested to delete their account / data on our Portals for GDPR Reasons.
In those cases:

  • the contact data fields (firstName, lastName, message, name, gender, language) will be set with null fields
  • the phoneNumbers will be replaced with an empty array: []
firstNamestring

Maximum length is 100 characters

<= 100 characters

Example:Jane

lastNamestring

Maximum length is 100 characters

<= 100 characters

Example:Doe

genderstring

Allowed values:MALEFEMALEOTHERPREFER_NOT_TO_DISCLOSE

Example:FEMALE

emailstring(email)

Example:test@example.com

languagestring

Allowed values:DEENESFRHEITNLPTRU

Example:DE

phoneNumbersarray[object]
Show Child Parameters
messagestringrequired
isOwnerboolean

If True : The seeker has indicated that he or she owns a property
If False : The seeker has indicated that he or she does not own a property
if undefined : The seeker has not indicated if he or she owns a property, or the customer contract does not allow the display of the information

Example