Social Videos
Read social videos and manage native video metadata and product or collection links.
GET
/api/integrations/v1/social-videos
List social videos
Returns merchant social videos with product or collection links.
POST
/api/integrations/v1/social-videos
Create social video
Creates a native social video.
PATCH
/api/integrations/v1/social-videos/:videoId
Update social video
Updates a native social video. Connected social videos are read-only.
Live PlaygroundClient memory only
Test live requests against your merchant integration API.
The docs app proxies requests server-side to the merchant API. Your API key stays in local browser memory for the current docs session and is never stored by this UI.
Resolved request
https://merchants.rarely.co/api/integrations/v1/social-videos
Live Output
Switch between the generated request and the most recent live response.
Generated cURL
curl -X GET "https://merchants.rarely.co/api/integrations/v1/social-videos" \
-H "Authorization: Bearer YOUR_API_KEY"