Skip to main content
GET
/
projects
/
-
/
proxy-access
/
{lookup_key}
Get proxy access metadata
curl --request GET \
  --url https://api.veryfront.com/projects/-/proxy-access/{lookup_key} \
  --header 'Authorization: Bearer <token>'
{
  "id": "<string>",
  "slug": "<string>",
  "environments": [
    {
      "id": "<string>",
      "name": "<string>",
      "domains": [
        "<string>"
      ],
      "protected": true
    }
  ],
  "users": [
    {
      "id": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

Use a JWT bearer token or a Veryfront API key in the Authorization header.

Path Parameters

lookup_key
string
required
Minimum string length: 1
Example:

"my-project"

Query Parameters

include_users
enum<string>
Available options:
true,
false

Response

Project proxy access metadata

id
string
required
slug
string
required
environments
object[]
required
users
object[]