Skip to main content

Subscriber

Representation of a user subscribing

type Subscriber {
email: String!
name: String
interestIDs: [Int]
country: String
updatedAt: DateTime
}

Fields

email ● String!

The email of the subscriber

name ● String

The name of the subscriber

interestIDs ● [Int]

The ids of what the subscriber has marked as interesting

country ● String

The country of the subscriber

updatedAt ● DateTime

When was the subscriber information last updated

Example

{
"updatedAt": "2024-05-03T11:52:33Z"
}