banners
Post apiv1bannersinternalcreate
POST /api/v1/banners/internal/create
Service-to-service endpoint called by digi-content when content is published. Requires a valid Keycloak service-account bearer token.
POST
cURL
Authorizations
Enter your JWT token in the format: Bearer
Response
200
No response body
Previous
Get apiv1chatdm requestsGET /api/v1/chat/dm-requests — list DM requests for the caller
?direction=incoming (default) | outgoing | all
POST /api/v1/chat/dm-requests/ — send a DM request to another user
POST body:
{ "target_user_id": "<uuid>", "group_id": "<keycloak-group>", "document_id": "<uuid>" }
Both users must be in the same Keycloak group. The caller's membership is
verified from the JWT. The DM room is NOT created until the recipient accepts.
Next
cURL
