Skip to main content
POST
Python

Authorizations

Authorization
string
header
required

API key for authentication. Make sure to include the word apikey, followed by a single space and then your token. Example: apikey 1234_abcdef

Query Parameters

client_id
integer | null

A positive integer ID

Required range: 1 <= x <= 1000000000

Body

application/json
announce
string<ipvanynetwork>
required

IP network to announce

Example:

"192.9.9.1/32"

enabled
boolean
required

Whether the announcement is enabled

Example:

true

Response

Successful Response