ElefyMove Open APIのガイドとリファレンス。
これらのガイドは現在英語のみで提供されています。
| メソッド | エンドポイント | スコープ | 内容 |
|---|---|---|---|
/api/public/v1/community/posts | community:write | コミュニティ投稿を送信します。パートナーが作成した投稿はすべて審査に入り、即座には公開されません。 | |
| GET | /api/public/v1/community/posts | community:read | 自社のコミュニティ投稿と審査ステータスを一覧します。 |
| GET | /api/public/v1/community/posts/{externalId} | community:read | 指定した外部IDで自社のコミュニティ投稿を1件取得します。 |
| PATCH | /api/public/v1/community/posts/{externalId} | community:write | 自社のコミュニティ投稿を更新します。送信しなかった項目は変更されません。 |
| DELETE | /api/public/v1/community/posts/{externalId} | community:write | 自社のコミュニティ投稿を非公開にします。 |
externalId, the same pattern as listings.pending and goes through ElefyMove moderation before it is visible to anyone else. Read moderationStatus on the response, or poll GET /community/posts/:externalId, to track it.pending permanently and never appear on any public surface, regardless of moderation — the sandbox has no path to publish.PATCH is a partial update — any field you omit is left unchanged. A content edit to an already-published post can send it back to pending for re-review. DELETE unpublishes it (it does not erase history).