[Beta] Gets project's network bans with additional information about which databases they affect
post
/v1/projects/{ref}/network-bans/retrieve/enrichedOAuth scopes
- projects:read
The fine-grained token must include the following permissions to access this endpoint:
- database_network_bans_read
Path parameters
- refRequiredstring
Project ref
Response codes
- 201
- 401
- 403
- 429
- 500
Response (201)
{ "banned_ipv4_addresses": [ { "banned_address": "lorem", "identifier": "lorem", "type": "lorem" } ]}