You can get the code several times. The code(s) sent previously will not work.
| To ensure seamless integration with closed systems, unique IP addresses are assigned to different services. Make sure to whitelist these IP-addresses, as they represent the sources of incoming requests. |
Header | Description |
|---|---|
| X-Auth-Account-Url (required) | The base URL of the account, e.g. https://myaccount.ispringlearn.com |
| X-Auth-Email (required) | The login of Account Owner and Account Administrator. |
| X-Auth-Password (required) | The password of Account Owner and Account Administrator. |
| Parameter | Description |
| subscriberName (required) | The unique name of the subscriber. It can have up to 255 characters. |
curl --location 'https://api-learn.ispringlearn.com/webhook/code/send' \
--header 'X-Auth-Account-Url: https://myaccount.ispringlearn.com/' \
--header 'X-Auth-Email: email@email.com' \
--header 'X-Auth-Password: password' \
--header 'Content-Type: application/json' \
--header 'Accept: application/json' \
--data '{
"subscriberName": "name"
}' |
Code | Text | Description |
|---|---|---|
200 | ОК | The code has been sent. |
400 | Bad Request | A request error. |
401 | Unauthorized | An authorization error. |
403 | Permission Denied | The user doesn't have enough permissions. |