For the complete documentation index, see llms.txt. This page is also available as Markdown.

Get contact

Gets a resource by ID.

get

Returns the resource with the specified ID. Use the select query parameter to specify which fields to include.

Path parameters
idstringRequired

The resource ID.

Query parameters
selectstringOptional

Optional RQL select statement to filter fields.

Responses
200

OK

application/json

Represents a notification contact who can receive email notifications.

idstringOptional
revisioninteger · int32Optional
namestring · nullableOptional
blockedReasonstring · nullableOptional
emailstringOptional
statusstringOptional
chatbooleanOptional
get/public/v1/notifications/contacts/{id}

Last updated

Was this helpful?