API 가이드
User GuideDeveloper GuideAPI Guide🏠
English
English
  • Get started
  • API
    • Import API
      • Event
        • POST: Loading an event
      • Identity
        • POST: Create and update a unified profile
      • Profile
        • Get started
        • POST: Create and update user properties
      • Detailed response
    • Export API
      • Export
        • POST: Extracting an event
        • POST: Extract user profile
      • Detailed response
  • Data Type
  • Certification
  • Request Limit
  • Best Practices
Powered by GitBook
On this page
  • Before you start
  • API
  • Domain
  • API Collection
  • Data Type
  • Certification
  • Request Limit
Export as PDF

Get started

Last updated 3 months ago

You can send events and properties of online/offline users and extract data through DFINERY's API.

Before you start

Before using DFINERY's API, the following must be prepared in advance.

  1. Sign up and create an organization and service : To use the API, you must sign up and create an organization and service. For more information, refer to

  2. Registering Events and User Attributes : DFINERY only loads pre-registered event and user attribute data. If there are any events and user attribute data that you want to load, you must register them in advance in the console. For more information, refer to

  3. API Token Issuance : DFINERY uses API tokens to determine whether a request sent by a user is an authenticated request. API tokens can be issued through the DFINERY Console. For more information, see

  4. Consider API request limits : DFINERY limits the number of API calls per hour for each service. When making API requests, you should design your requests to take API request limits into account. For more information, see

API

Domain

DFINERY API uses one domain below.

URL
Explanation

https://openapi.dfinery.ai

DFINERY API domain

API Collection

DFINERY provides the following types of APIs:

Classification
Explanation

You can load user event data.

Update user identification information. This allows us to identify and integrate users.

You can update user properties.

You can extract user event and behavior data loaded in DFINERY.

Data Type

DFINERY API uses consistent data types and formats. When users connect to the API, they must make requests that match the data types required by the API.

Certification

DFINERY uses API tokens to determine whether a request sent by a user is an authenticated request. All API requests must include an API token in the header. API tokens can be issued through the DFINERY console.

DFINERY's API tokens are divided into Import API and Export API tokens. Import API tokens are used when sending customer data to DFINERY (Event, Identity, Profile API). Export API tokens are used when customers extract data loaded in DFINERY (Export API).

Import API Token

access_token: ${your-import-api-token}

Export API Token

Authorization: Bearer ${your-export-api-token}

Request Limit

Please refer to for more details .

Please refer to for more details .

DFINERY limits the number of API requests per hour for each service to ensure stable service operation. If the API request limit is exceeded, all subsequent requests will fail, and after the time limit has elapsed and the request limit is reset, the request will succeed. For more information about API request limits, see

Getting Started with DFINERY in the User Guide.
Getting Started with DFINERY in the User Guide.
Authentication.
Request Limits.
Data Types
Certification
Request Limits.
Event
Identity
Profile
Export