Remy Sport Help
Api reference

List available guides

Get the language, title, description, page URL and Markdown URL of every guide. No authentication is required.

GET
/help-index.json

Get the language, title, description, page URL and Markdown URL of every guide. No authentication is required.

Response Body

application/json

curl -X GET "https://example.com/help-index.json"
{  "product": "string",  "pages": [    {      "url": "string",      "markdown": "string",      "locale": "en",      "title": "string",      "description": "string"    }  ]}