オファー
ポストオファー
オファーのパブリケーションを承認されたグループまたはスレッドのキューに入れます。
POST
/offers/{id}/publishpublications:writeリクエスト
idstring · pathリソース識別子。必須segment_idstring · bodyターゲットセグメント。オプションgroup_idstring · body対象グループ。オプションwith_imageboolean · body画像付きで公開します。オプション例
curl
curl -X POST 'https://achadu.com/api/v1/offers/resource_id/publish' \
+ -H 'Authorization: Bearer ach_live_...' \
+ -H 'Accept: application/json' \
+ -H 'Content-Type: application/json' \
+ --data '{
"segment_id": "string",
"group_id": "string",
"with_image": true
}'答え
200操作が完了しました4xxコード、メッセージ、request_id のエラー