Skip to main content
GET
/
auth-contexts
Get Auth Contexts
curl --request GET \
  --url https://api.webagent.cloud/auth-contexts \
  --header 'x-api-key: <api-key>'
[
  {
    "id": "<string>",
    "name": "<string>",
    "urls": [
      "<string>"
    ]
  }
]

Authorizations

x-api-key
string
header
required

Response

Successful Response

id
string
required

The id of auth context

name
string
required

The name of auth context

urls
string[]
required

The urls of auth context