July 31, 2024
Summary
This update introduces new endpoints for managing IP access lists. See Astro IP access list documentation for more information.
Added
New endpoints:
GET /organizations/{organizationId}/allowed-ip-address-ranges
to list allowed IP address rangesPOST /organizations/{organizationId}/allowed-ip-address-ranges
to create an allowed IP address range that constrains which IP addresses can be used to interact with your Astro Organization using APIsDELETE /organizations/{organizationId}/allowed-ip-address-ranges/{allowedIpAddressRangeId}
to delete an allowed IP address range.
New object schemas:
CreateAllowedIpAddressRangeRequest
AllowedIpAddressRangesPaginated
AllowedIpAddressRange