Skip to content

Latest commit

 

History

History
55 lines (28 loc) · 2.1 KB

NewApplicationAPIKey.md

File metadata and controls

55 lines (28 loc) · 2.1 KB

TalonOne.NewApplicationAPIKey

Properties

Name Type Description Notes
title String Title of the API key.
expires Date The date the API key expires.
platform String 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]
type String The API key type. Can be empty or `staging`. Staging API keys can only be used for dry requests with the Update customer session endpoint, Update customer profile endpoint, and Track event endpoint. When using the Update customer profile endpoint with a staging API key, the query parameter `runRuleEngine` must be `true`. [optional]
timeOffset Number A time offset in nanoseconds associated with the API key. When making a request using the API key, rule evaluation is based on a date that is calculated by adding the offset to the current date. [optional]
id Number ID of the API Key.
createdBy Number ID of user who created.
accountID Number ID of account the key is used for.
applicationID Number ID of application the key is used for.
created Date The date the API key was created.
key String The API key.

Enum: PlatformEnum

  • none (value: "none")

  • segment (value: "segment")

  • braze (value: "braze")

  • mparticle (value: "mparticle")

  • selligent (value: "selligent")

  • iterable (value: "iterable")

  • customer_engagement (value: "customer_engagement")

  • customer_data (value: "customer_data")

  • salesforce (value: "salesforce")

  • emarsys (value: "emarsys")

Enum: TypeEnum

  • staging (value: "staging")