GET
/
partner
/
domain
/
{domainId}
/
vise
curl --request GET \
  --url https://api.vecurity.net/v1/partner/domain/{domainId}/vise \
  --header 'Authorization: <authorization>'
{
  "status": 200,
  "message": "Data successfully retrieved.",
  "data": {
    "DETAILSCOMINGSOON": {}
  },
  "metadata": {
    "version": "1.0.0",
    "author": "Vecurity",
    "data_count": 1
  }
}

Headers

Authorization
string
required

Bearer token for authentication.

Path Parameters

domainId
string
required

d.

Response

200
application/json
Successfully retrieved the user token.
status
integer
Example:

200

message
string
Example:

"Data successfully retrieved."

data
object
metadata
object