We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
URL:
/api/v3/vip-request/[vip_request_ids]/
vip_request_ids is the identifier of vip request. Can use multiple ids separate by ";".
Example with Parameter IDs:
One ID:
/api/v3/vip-request/1/
Many IDs:
/api/v3/vip-request/1;3;8/
GET Param:
keepip=[0|1]
keepip = [0|1 - optional]
1 - Keep ip in database
0 - Delete ip in database when hasn't other relationship
URL Examples:
Without param keepip(Same action keepip=0)
With param keepip
/api/v3/vip-request/1/?keepip=[0|1]