Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 1.19 KB

NewApplicationAPIKey.md

File metadata and controls

37 lines (25 loc) · 1.19 KB

NewApplicationAPIKey

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.
key String The API key.

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"