Skip to main content

Get Info

GET /info

Description​

This endpoint is used to retrieve information about the service. The response includes a string message with details about the service.

Parameters​

  • Accept-Language (string, header, optional): Change the default response message language from English (en). Available languages are fr and en.

Responses​

Success Response (200)​

The Success Response (200) is returned when the information request is successfully processed. This response includes the requested information.

Media Type​

  • application/json: The response is in JSON format.

Example Value​

Schema:

"string"

LANGUAGE

AUTHORIZATION

Bearer

CURL REQUEST


curl --request GET \ 
--url /info \
--header 'accept: application/json' \
--header 'content-type: application/json'

RESPONSE


Click Try It! to start a request and see the response here!