Skip to main content

Get Message catalogs

GET 

/translation-catalogs/:catalog-id

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

Request

Path Parameters

    catalog-id stringrequired

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

    The ID of the message catalog.

    Example: recommender

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

  • Array [
  • key string

    The key of the message

    format string

    The format of the message

  • ]
  • ]
Loading...