Skip to main content
POST
Create an allowed IP address range

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

organizationId
string
required

The ID of the Organization where you want to create the allowed IP address range.

Body

application/json

The request body for creating an IP address range that allows access to the Astro API.

ipAddressRange
string
required

The allowed IP address range in CIDR format.

Example:

"1.1.1.1/32"

Response

OK

createdAt
string<date-time>
required

The time when the allowed IP address range was created in UTC, formatted as YYYY-MM-DDTHH:MM:SSZ.

Example:

"2022-11-22T04:37:12Z"

id
string
required

The allowed IP address range's ID.

Example:

"clm9sq6s0000008kz7uvl7yz7"

ipAddressRange
string
required

The allowed IP address range in CIDR format.

Example:

"1.1.1.1/32"

organizationId
string
required

The allowed IP address range's Organization ID.

Example:

"clyt27999000008me3yp39wcp"

updatedAt
string<date-time>
required

The time when the allowed IP address range was updated in UTC, formatted as YYYY-MM-DDTHH:MM:SSZ.

Example:

"2022-11-22T04:37:12Z"

createdBy
object
updatedBy
object