Skip to content

Get Person Email List For Self

GET
/users/v1/person/me/email/list

Get the email list ids for a person on the access token

Authorizations

Responses

200

Successful Response

Response for updating a person’s email list subscriptions

object
email_list_ids
required

List of all email list ids the user is subscribed to

Array<integer>

403

Error Codes:

  • auth_invalid_key_id - Invalid Authorization - Invalid Key ID in Access Token
  • auth_invalid_version - Invalid Authorization - version
  • auth_malformed_access - Invalid Authorization - malformed access token
  • auth_not_jwt - Invalid Authorization
  • auth_token_expired - Token is expired
  • auth_token_format - Invalid Authorization - {}
  • auth_token_invalid_claim - Token contained invalid claim value: {}
  • auth_token_sig_invalid - Token Signature is invalid
  • auth_token_unknown - Failed to parse token
  • insufficient_permissions - Insufficient Permissions
object
auth_success
boolean
default: true
error_code
required
string
desc
required
string