Skip to main content
POST
/
portal
/
views
/
{resource}
Create a saved view for the current portal user
curl --request POST \
  --url https://api.example.com/portal/views/{resource} \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

resource
string
required

Response

201 - undefined