Verify a token that is used for the frontend UI to authenticate the user (identity). It returns the required information for the frontend UI.
Verify token response including information for the frontend UI.
Object that represents an environment.
The UUID of the environment.
The subdomain of the environment under that the frontend UI is accessible.
The theme of the environment. We support multiple themes and also provide custom made themes for our customers.
The primary color of the environment used for some themes in the frontend UI. The color is in HEX format.
The secondary color of the environment used for some themes in the frontend UI. The color is in HEX format.
The border radius of the environment used for some themes in the frontend UI.
The shadow of the environment used for some themes in the frontend UI.
Base64 encoded image of the background image of the environment.
The background color of the environment used for some themes in the frontend UI. The color is in HEX format.
The icon set of the environment used for some themes in the frontend UI.
Flag to show or hide the link to the pushdocs website on the frontend UI footer.
Base64 encoded image of the logo of the environment.
The URL where the user should be redirected after going through the fetchdocs process.
The nature of the page, like imprint or privacy policy.
List of languages the page is associated with.
If this value is true it should be used as fallback for that nature of page, when no suitable page for the used languages is available.
The type of the page, like Link or Content. Based on the type the page is just a link or shows content.
The URL of the page. This is only provided when the type is link.
The content of the page in Markdown format. This is only provided when the type is content.
The error response is returned when the client is not authenticated. The client must provide a valid authentication key to access the resource.
The error code is a machine readable code describing the error.
The error message is a human readable message describing the error. It is mainly used for understanding the error by developers. It is not meant to be shown to real users.
For many errors we provide suggestions how you can resolve the error on your own.
The trace ID is a unique identifier for the request. It is used to trace the request through the system. Please provide the trace_id when reporting an error to our support team.
This parameter provides a way to contact support. It is mainly used for developers. It is not meant to be shown to real users.
The error response is returned when the client has provided invalid data in the request.
The error code is a machine readable code describing the error.
The error message is a human readable message describing the error. It is mainly used for understanding the error by developers. It is not meant to be shown to real users.
For many errors we provide suggestions how you can resolve the error on your own.
The trace ID is a unique identifier for the request. It is used to trace the request through the system. Please provide the trace_id when reporting an error to our support team.
The errors object contains a list of fields with their corresponding error messages.
This parameter provides a way to contact support. It is mainly used for developers. It is not meant to be shown to real users.
The error response is returned when an unknown server error occurred. Unfortunately, there is nothing you can do to resolve the error on your own. Please try again later or contact support and provide the trace_id.
The error code is a machine readable code describing the error.
The error message is a human readable message describing the error. It is mainly used for understanding the error by developers. It is not meant to be shown to real users.
For many errors we provide suggestions how you can resolve the error on your own.
The trace ID is a unique identifier for the request. It is used to trace the request through the system. Please provide the trace_id when reporting an error to our support team.
This parameter provides a way to contact support. It is mainly used for developers. It is not meant to be shown to real users.