GET
/
admin
/
project
/
{projectId}
/
allowedIPRanges
curl --request GET \
  --url https://api.syndicate.io/admin/project/{projectId}/allowedIPRanges \
  --header 'Authorization: Bearer <token>'
[
  {
    "id": "<string>",
    "createdAt": "2023-11-07T05:31:56Z",
    "updatedAt": "2023-11-07T05:31:56Z",
    "ipRange": "<string>",
    "projectId": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
  }
]

API Endpoint

https://api.syndicate.io/admin/project/{projectId}/allowedIPRanges

Authorizations

Authorization
string
headerrequired

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

projectId
string
required

Response

200 - application/json
id
string
required
createdAt
string
required
updatedAt
string | null
ipRange
string
required
projectId
string
required