v2
latestSwagger 2.02026-07-26109144190.4 KBPersonal Paging Policies
Create a rule for a paging policy step
Create a rule for a paging policy step
This API may be called a maximum of 2 times per second.
post/api-public/v1/profile/{username}/policies/{step}
Path parameters
usernamestring required
Your username
stepnumber required
Paging policy step
Headers
X-VO-Api-Idstring required
Your API ID
X-VO-Api-Keystring required
Your API Key
Request body
Example request
{
"type": "email"
}Response
The created rule for the paging policy step
Example response
{
"stepRule": {
"type": "email"
}
}