Skip to content
Management API Reference

[Beta] Gets project's network restrictions

get/v1/projects/{ref}/network-restrictions

OAuth scopes

  • projects:read

The fine-grained token must include the following permissions to access this endpoint:

  • database_network_restrictions_read

Path parameters

  • ref
    Required
    string

    Project ref

Response codes

  • 200
  • 401
  • 403
  • 429
  • 500

Response (200)

{
"entitlement": "disallowed",
"config": {
"dbAllowedCidrs": [
"203.0.113.0/24"
],
"dbAllowedCidrsV6": [
"2001:db8::/32"
]
},
"old_config": {
"dbAllowedCidrs": [
"203.0.113.0/24"
],
"dbAllowedCidrsV6": [
"2001:db8::/32"
]
},
"status": "stored",
"updated_at": "4404-02-29T04:24Z",
"applied_at": "4404-02-29T04:24Z"
}