Internal Get user categories with subscription status

post/api/notifications/v1/internal/users/categories

Retrieves all available notification categories with their current subscription status for the specified users and channel

Request Body

bitgoUserIds array[string] required
Min items: >= 0 items
Max items: <= 100 items
channel string required
Allowed values: EMAIL SMS PUSH WEBHOOK

200 Response

userCategoriesByUserId dictionary<string, array> required
array[object]

400 Response

name string required
Error code
Allowed values: ValidationFailed IllegalArgument BadRequest DataIntegrityError NotImplementedError RETRIGGER_RATE_LIMITED USER_CREATION_FAILED USER_FALLBACK_FAILED
error string required
Human-readable error message
status integer <int32>required
HTTP status code
Allowed value: 400

500 Response

name string required
Error code
Allowed values: UnexpectedError ThirdPartyError DatabaseError USER_FALLBACK_TIMEOUT
error string required
Human-readable error message
status integer <int32>required
HTTP status code
Allowed value: 500