Skip to content
Management API Reference

[Beta] Gets project's network bans with additional information about which databases they affect

post/v1/projects/{ref}/network-bans/retrieve/enriched

OAuth scopes

  • projects:read

Path parameters

  • ref
    Required
    string

    Project ref

Response codes

  • 201
  • 401
  • 403
  • 429
  • 500

Response (201)

1
{
2
"banned_ipv4_addresses": [
3
{
4
"banned_address": "lorem",
5
"identifier": "lorem",
6
"type": "lorem"
7
}
8
]
9
}