Skip to main content
POST
/
v3
/
enterprise
/
ip-access-list
Add IPs to IP Access List
curl --request POST \
  --url https://api.devin.ai/v3/enterprise/ip-access-list \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "ip_ranges": [
    "<string>"
  ]
}
'
{
  "ip_ranges": [
    "<string>"
  ]
}
This endpoint adds IP ranges to the existing IP access list without removing any ranges already present. To replace the entire list, use the Replace IP access list endpoint.

Permissions

Requires a service user with the ManageEnterpriseSettings permission at the enterprise level.

Authorizations

Authorization
string
header
required

Service User credential (prefix: cog_)

Body

application/json
ip_ranges
string[]
required

Response

Successful Response

ip_ranges
string[]
required