Skip to content
Download OpenAPI description
Languages
Servers
Mock Server

https://docs.solarisgroup.com/_mock/api-reference/onboarding/webhooks/

Operations
Webhooks

Request

This webhook event occurs when Solaris deletes all personal data related to the given person from its system according to GDPR regulations.
Note: Solaris is legally required to delete records of created persons who did not become customers within 90 days of collecting the personal data according to GDPR regulations. When you receive a notification of this type, you must immediately delete all data related to the person specified in the webhook notification.

Headers
Solaris-Entity-Idstring

Contains the ID of the person whose data you must delete.

Example: c724a8d510c5294affadf8c95a8119b5cper
Bodyapplication/json
object
application/json
{}

Responses

Return 200 to indicate that you successfully received the webhook notification.

PERSON_MOBILE_NUMBER_CREATEDWebhook

Request

A mobile number was created for a customer, but has not yet been verified. This webhook does not contain a payload, but the header will contain the id of the person for whom the mobile number was created.

Bodyapplication/json
object
application/json
{}

Responses

Return 200 to indicate that you successfully received the webhook notification.

PERSON_MOBILE_NUMBER_DELETEDWebhook

Request

A customer's mobile number was deleted.

Bodyapplication/json
idstring

The ID of the customer's mobile number that was deleted.

Example: "244de401cf4ddbbbafbbc657312a7ce7cmno"
application/json
{ "id": "244de401cf4ddbbbafbbc657312a7ce7cmno" }

Responses

Return 200 to indicate that you successfully received the webhook notification.