POST members Webhook Refresh Email

POST/members/webhook/refresh-email
AuthorizationBearer <token>

Paste your JWT token here

In: header

Header Parameters

X-Webhook-Secret?string

the shared webhook secret provided in the request headers.

The unique identifier of the user whose email needs refreshing.

body?string
Formatuuid

Response Body

application/json

application/json

curl -X POST "https://loading/members/webhook/refresh-email" \  -H "Content-Type: application/json" \  -d '497f6eca-6276-4993-bfeb-53cbbbba6f08'
Empty
{
  "message": "string"
}
{
  "type": "string",
  "title": "string",
  "status": 0,
  "detail": "string",
  "instance": "string",
  "property1": null,
  "property2": null
}