Tech Partner API
Tech Partner API Reference
Endpoint: https://graph.cj.com/techpartners
The Tech Partner API provides CJ integration partners a variety of capabilities to support their partnership. Currently, this API supports mutations only — it allows tech partners to programmatically enroll creators into their CJ program.
Note: Queries are not yet available in this API. A placeholder query exists to satisfy the GraphQL spec and will be replaced when queries are added.
Error Codes
Errors are reported using the standard GraphQL error format. The message field contains a description of the error; the extensions.code field contains an error code for programmatic identification.
| Code | Description |
|---|---|
InternalError | An unexpected internal server error occurred. The request may be retryable. |
InvalidArguments | One or more provided arguments are invalid. |
InvalidSystemState | The request cannot be processed in the system's current state. Cannot be retried unless the system state is modified. |
NotFound | The requested resource could not be found. |
Unauthorized | Access denied due to a missing or invalid authorization token. |
Enums
FunctionalCurrency
Currency used for reporting. Cannot be changed after the publisher account is created.
| Value | Description |
|---|---|
CAD | Canadian Dollar |
CZK | Czech Koruna |
DKK | Danish Krone |
EUR | Euro |
GBP | British Pound |
PLN | Polish Zloty |
SEK | Swedish Krona |
USD | US Dollar |
ZAR | South African Rand |
SocialMediaPlatform
Supported social media platforms for promotional properties.
| Value | Description |
|---|---|
INSTAGRAM | |
TIKTOK | TikTok |
FACEBOOK | |
YOUTUBE | YouTube |
X | X (Twitter) |
PINTEREST | |
TWITCH | Twitch |
WHATSAPP | |
SNAPCHAT | Snapchat |
Scalars
| Name | Description |
|---|---|
Boolean | Built-in Boolean. |
CountryCode | A two-letter ISO 3166-1 alpha-2 country code. |
EmailAddress | An email address in the format [email protected]. |
ID | Built-in ID. |
PhoneNumber | An E.164 phone number (e.g. +15555555555). |
String | Built-in String. |
Updated 9 days ago
