list receivers
list receivers
Responses
- 200
- default
A successful response.
application/json
Schema
Example (from schema)
Schema
- Array [
- ]
receivers object[]
id uint64
name string
type string
labels object
property name* string
configurations object
data object
created_at date-time
updated_at date-time
parent_id uint64
{
"receivers": [
{
"id": "string",
"name": "string",
"type": "string",
"labels": {},
"configurations": {},
"data": {},
"created_at": "2024-07-09T13:51:06.071Z",
"updated_at": "2024-07-09T13:51:06.071Z",
"parent_id": "string"
}
]
}
An unexpected error response.
application/json
Schema
Example (from schema)
Schema
- Array [
- ]
code int32
message string
details object[]
@type string
{
"code": 0,
"message": "string",
"details": [
{
"@type": "string"
}
]
}
Loading...