Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 846 Bytes

File metadata and controls

30 lines (19 loc) · 846 Bytes

CreateApplicationAPIKey

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]

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"