Skip to main content
GET
List Contact Topics

Authorizations

Authorization
string
header
required

Pass a Dugble team token in the Authorization header as Bearer . Team token secrets use the dgb_team_ prefix.

Path Parameters

contact_id
string<uuid>
required

Query Parameters

limit
integer<int32>
default:20

Maximum number of records to return. Defaults to 20 and must be between 1 and 100.

Required range: 1 <= x <= 100
after
string<uuid>

Return records after this UUID cursor. Cannot be combined with before.

before
string<uuid>

Return records before this UUID cursor. Cannot be combined with after.

Response

Contact topics retrieved successfully.

success
enum<boolean>
Available options:
true
data
object