Gets service center information for the current logged-in user.
Successfully obtained current logged-in user
Returned when a client sends a bad request
Returned when a request is performed without or with an incorrect OIDC token
Returned when a client requests a resource it's not authorized for.
Returned when an error occurs on the server
{- "name": "Automotive diagnostics",
- "payment_by_prepaid_wallet": true,
- "pricing_version": 1,
- "primary_background_color": "#000000",
- "logo": "/file/path/header_logo.png",
- "service_message": "We are closed on Friday May 5th because of a national holiday. Automated services are still available.",
- "primary_color": "#000000",
}
Retrieve information regarding the state of the service-center. Mainly it's acceptance of new tickets and their possible scheduling.
Successfully obtained service center status for logged-in user
Returned when a client sends a bad request
Returned when a request is performed without or with an incorrect OIDC token
Returned when a client requests a resource it's not authorized for.
Returned when an error occurs on the server
{- "state": "opened",
- "ends_at": "2023-05-22T12:44:36+0200",
- "message": "We are experiencing high demand of our service, please wait."
}