Send congratulations
POST /api/2.0/portal/sendcongratulations
Request
Sends congratulations to the user after registering the portal.
Query
- Userid
string
uuid User ID
- Key
string
Email key
Examples
POST /api/2.0/portal/sendcongratulations?Userid=75a5f745-f697-4418-b38d-0fe0d277e258&Key=some%20text HTTP/1.1
Host: example.com
curl --request POST \
--url 'https://example.com/api/2.0/portal/sendcongratulations?Userid=75a5f745-f697-4418-b38d-0fe0d277e258&Key=some%20text'
Responses
200
OK