Save
Save posts or comments using the following endpoint.
POST https://api.scored.co/api/v2/action/save
Parameters
| Value | Type | Required | Description |
|---|---|---|---|
| id | string | true | ID of content being saved |
| type | boolean | true | Post (true) or comment (false) |
| category | string | true | Save folder name |
When saving a post, set type to true. When saving a comment, set type to false.
Next
Actions
Unsave