コンテスト
自社のダッシュボードでチャレンジを追跡します。
Dexyd API により、チームはコンテスト、提出物、プロフィール、Expo 製品、エクスポートを社内ツール、追跡ダッシュボード、CRM、レポート空間で利用できます。
自社のダッシュボードでチャレンジを追跡します。
参加内容を運用上の追跡に近づけます。
公開プロジェクトを商談や次の対応につなげます。
バージョン付き公開エンドポイントはアプリと同じドメイン配下にあり、予測しやすいJSONを返します。
Base URLAuthenticationThe x-dexyd-api-key header is also accepted.
FormatExports can also return text/csv.
Paginationlimit is clamped between 1 and 100.
curl "https://www.dexyd.com/api/v1/competitions?limit=10" \
-H "Authorization: Bearer dxyd_test_..." \
-H "Accept: application/json"{
"data": [],
"pagination": {
"limit": 10,
"offset": 0,
"total": 0
}
}認証済みREST呼び出しはDexydコンソールで作成した開発者キーを使います。サーバーから送信し、必要なスコープに限定してください。
キーを作成推奨ヘッダーRESTとMCPエンドポイントへのサーバー呼び出しで使います。
代替ヘッダーAuthorizationを使えない統合向けに受け付けます。
セキュリティローテーションAuthorization: Bearer dxyd_live_...
x-dexyd-api-key: dxyd_live_...testキーは公開読み取り向けです。liveキーと機密スコープはコンソールで有効なプランに依存します。
public:readcompetitions:readsubmissions:readexpo:readexports:readmedia:import, agent:mcp, drafts:write各行にメソッド、パス、必要なスコープ、レスポンスを変えるパラメータを示します。
/api/v1/competitionsLists public contests or organizer-owned contests.
public:read + competitions:read/api/v1/submissionsLists submissions for a contest.
submissions:read/api/v1/expo-productsLists visible Expo products or creator-owned products.
public:read + expo:read/api/v1/exports/competitionsExports organizer contests.
exports:readエラー形式は安定しているため、再試行、修正、エスカレーションを判断できます。
400401402403404429503