Create an allowed IP address range

Create an allowed IP address range that constrains which IP addresses can be used to interact with your Astro Organization using APIs.

Path parameters

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

Headers

AuthorizationstringRequired

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

Request

This endpoint expects an object.
ipAddressRangestringRequired
The allowed IP address range in CIDR format.

Response

OK
createdAtdatetime

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

idstring
The allowed IP address range's ID.
ipAddressRangestring
The allowed IP address range in CIDR format.
organizationIdstring
The allowed IP address range's Organization ID.
updatedAtdatetime

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

createdByobject or null
updatedByobject or null

Errors