cURL
curl --request PATCH \ --url https://your-sift-api-url.com/api/v1/views/{viewId}/pin \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{}'
{}
Pins a view.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The body is of type object.
object
A successful response.
The response is of type object.
Was this page helpful?