Getting a Single Clip
GET /clip/:clip_id endpoint returns non-private Clips or specific clip by ID
Updated
by Taylor Sloane
GET /clip/:clip_id
If no arguments are passed, returns all non-private Clips on your account, of all statuses.
Arguments | |
clip_id String | Unique ID of the Clip you're trying to access |
Example response:
{
"clip": Clip
}
How did we do?
Deleting a Clip
The Clip Object