Skip to main content

Get Message catalogs

The getMessageCatalogs API returns message catalog based on the language headers in the requested object.

Path Parameters
  • catalog-id string required

    Possible values: [recommender, access-request-recommender]

    The ID of the message catalog.

Responses

The message catalogs based on the request headers


Schema array
  • locale string

    The language in which the messages are returned

  • messages object[]

    The list of message with their keys and formats

  • key string

    The key of the message

  • format string

    The format of the message

Loading...