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
organizationId
The ID of the Organization where you want to create the allowed IP address range.
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Request
This endpoint expects an object.
ipAddressRange
The allowed IP address range in CIDR format.
Response
OK
createdAt
The time when the allowed IP address range was created in UTC, formatted as YYYY-MM-DDTHH:MM:SSZ
.
id
The allowed IP address range's ID.
ipAddressRange
The allowed IP address range in CIDR format.
organizationId
The allowed IP address range's Organization ID.
updatedAt
The time when the allowed IP address range was updated in UTC, formatted as YYYY-MM-DDTHH:MM:SSZ
.
createdBy
updatedBy