/endpoints/{id}Get endpoint
Base URL https://api.vseepreview.com/api_v3
Authentication: User Token — Requires a user access token from login or SSO.
Retrieve a specific notification endpoint
| Name | In | Type | Required | Enum | Default | Description |
|---|---|---|---|---|---|---|
X-ApiToken | header | string | yes | API token (e.g. your_api_token) | ||
id | path | string | yes | Endpoint ID (e.g. 551c5f64-a6d8-425d-b89c-581fac1f0144) |
200 — Successful responseEndpoint
{
"data": {
"id": "551c5f64-a6d8-425d-b89c-581fac1f0144",
"key": "123456",
"user_id": "201",
"type": 30,
"created": 1427922788,
"modified": 1427922788
}
}
Machine-readable: OpenAPI JSON