GET
/
v1
/
domains
curl --request GET \
  --url https://api.vlm.run/v1/domains \
  --header 'Authorization: Bearer <token>'
[
  {
    "domain": "<string>"
  }
]

Authorizations

Authorization
string
header
required

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

Response

200 - application/json
Successful Response
domain
string
required

The domain to get the info for.