Returns all integration partners.
OAuth2 client-credentials flow for machine-to-machine access.
Exchange a client id/secret at /dw/register/oauth/token for a bearer token, then send it
as Authorization: Bearer <access_token>. Client credentials are provisioned in the
Lobster administration UI.
Bearer token obtained from an authenticated browser or guest-user session.
Flow 1 — UI login: Log in via the Lobster web UI at /, then call
GET /auth/sessionBearerToken to exchange the session cookie for a bearer token.
Flow 2 — Guest user login token: Append a GuestUser loginToken as a URL
query parameter to the base URL to establish a password-free session:
GET <host>?loginToken=<GuestUser token>
Then call GET /auth/sessionBearerToken to obtain the bearer token.
The request was malformed or failed validation.
{
"errorInfo": {
"errorCode": "CORESYSTEM_validation_400",
"errorLevel": 0,
"errorText": "Invalid request payload."
}
}Standard error envelope returned for all failed requests.
Stable machine-readable error code for programmatic handling.
Human-readable, localized explanation of the error.
Severity level of the error.
Authentication is required or the supplied credentials are invalid.
{
"errorInfo": {
"errorCode": "CORESYSTEM_AuthenticationManager_401",
"errorLevel": 0,
"errorText": "You are not logged in"
}
}Standard error envelope returned for all failed requests.
Stable machine-readable error code for programmatic handling.
Human-readable, localized explanation of the error.
Severity level of the error.
The authenticated client is not permitted to perform this operation.
{
"errorInfo": {
"errorCode": "CORESYSTEM_permission_403",
"errorLevel": 0,
"errorText": "Access denied."
}
}Standard error envelope returned for all failed requests.
Stable machine-readable error code for programmatic handling.
Human-readable, localized explanation of the error.
Severity level of the error.
The requested resource does not exist.
{
"errorInfo": {
"errorCode": "CORESYSTEM_notFound_404",
"errorLevel": 0,
"errorText": "Resource not found."
}
}Standard error envelope returned for all failed requests.
Stable machine-readable error code for programmatic handling.
Human-readable, localized explanation of the error.
Severity level of the error.
An unexpected server error occurred.
{
"errorInfo": {
"errorCode": "CORESYSTEM_internalServerError_500",
"errorLevel": 0,
"errorText": "Server Error. See logs for more details."
}
}Standard error envelope returned for all failed requests.
Stable machine-readable error code for programmatic handling.
Human-readable, localized explanation of the error.
Severity level of the error.
default response
core:IntegrationPartner