GET
Get user categories with subscription status
Retrieves all available notification categories with their current subscription status for the authenticated user and specified channel. A category is considered 'subscribed' if all non-mandatory notifications within that category are subscribed for the specified channel.
Query Params
-
channelstring required
Header Params
-
request-idstring
Responses
200
List of categories with subscription status
Response Body
object
-
categoriesarray of objects requiredcategories object
-
categoryNamestring enum requiredaccessaccess_tokensapproval_completedapproval_requiredbank_accounts_and_fiat_operationsbank_and_trustfinancinggo_networkidentityoesreportstradeumswallet_notificationstransaction_monitoringstaking_rewardstreasury_managementstuck_transaction_notification -
isSubscribedboolean required -
isMandatoryboolean required
-
400
Invalid channel query parameter
Response Body
object
Bad request error response
-
namestring enum requiredError codeValidationFailedIllegalArgumentBadRequestDataIntegrityErrorNotImplementedErrorRETRIGGER_RATE_LIMITEDUSER_CREATION_FAILEDUSER_FALLBACK_FAILED -
errorstring requiredHuman-readable error message -
statusinteger enum int32 requiredHTTP status code400
500
Unexpected error
Response Body
object
Internal server error response
-
namestring enum requiredError codeUnexpectedErrorThirdPartyErrorDatabaseErrorUSER_FALLBACK_TIMEOUT -
errorstring requiredHuman-readable error message -
statusinteger enum int32 requiredHTTP status code500