스크랩 페이지

show scrap list

GET http://api.phopo.best/api/users/my-scrap

Headers

Name
Type
Description

Authentication

string

'규칙 참조'

{
    "payload": [
        {
            "post": {
                "id": 1702,
                "posts_image": "https://avon-spott-imageserver.s3.ap-northeast-2.amazonaws.com/media/post/p20200225003658.jpg",
                "back_image": "https://avon-spott-imageserver.s3.ap-northeast-2.amazonaws.com/media/postb/b20200225003658.jpg"
            }
        },
        ...
        ...
        ...
    ],
    "message": "Show scrap list success"
}

scrap multiple delete

DELETE http://api.phopo.best/api/users/my-scrap

Query Parameters

Name
Type
Description

ids

string

'스크랩 레코드의 아이디값. 구분자를 사용하여 string으로 전송 ex) "1,2,4,77,14..."

Headers

Name
Type
Description

Authentication

string

'규칙 참

Last updated

Was this helpful?