Skip to main content
GET
List alert contact points

Authorizations

Authorization
string
header
required

Use an Observe API key from the management console. The key selects the project and must grant the permission listed on the operation. Keep this key on your server.

Query Parameters

page
integer
default:1

The page number to retrieve for paginated results.

Example:

1

pageSize
integer
default:10

The number of items to return per page. Useful for pagination.

Example:

20

Response

Paginated list of contact points, by name. Paging metadata is returned in X-Corbado-Page, X-Corbado-TotalPages, and X-Corbado-TotalItems response headers.

Maximum array length: 1000
id
string
required

Alert contact point ID (format acp-<number>).

name
string
required
integrations
object[]
required
Maximum array length: 100
createdMs
integer<int64>
required
updatedMs
integer<int64>
required
description
string