Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 1.15 KB

File metadata and controls

36 lines (24 loc) · 1.15 KB

ApplicationAPIKey

Properties

Name Type Description Notes
title String Title for API Key.
expires OffsetDateTime The date the API key expired.
platform PlatformEnum The third-party platform the API key is valid for. Use `none` for a generic API key to be used from your own integration layer. [optional]
id Integer ID of the API Key.
createdBy Integer ID of user who created.
accountID Integer ID of account the key is used for.
applicationID Integer ID of application the key is used for.
created OffsetDateTime The date the API key was created.

Enum: PlatformEnum

Name Value
NONE "none"
SEGMENT "segment"
BRAZE "braze"
MPARTICLE "mparticle"
SELLIGENT "selligent"
ITERABLE "iterable"
CUSTOMER_ENGAGEMENT "customer_engagement"
CUSTOMER_DATA "customer_data"
SALESFORCE "salesforce"