645 B
645 B
API Docs
Privacy
Details for privacy page api
####Endpoint
{warning} Please note that the URI for this endpoint should include api/{$version} before
| Method | URI | Headers |
| : | :- | : |
| POST | user/informative-page | Bearer {token} |
URL Params
{
"page" : "privacy_policy"
}
Data Params
None
{success} Success Response
####Code 200
####Content
{
RENDERED HTML PAGE
}
{danger} Unauthenticated Response
####Code 403
####Content
{
"message": "Something went wrong!"
}