# Terms Reference

<table data-full-width="true"><thead><tr><th width="140">API Naming</th><th width="477">Description</th><th>Endpoint</th></tr></thead><tbody><tr><td>baseUrl</td><td>The URL to your environment instance, e.g.<br><a href="https://example.eu-west-1.openloyalty-stage.io/">https://demo-1.eu-west-1.openloyalty-stage.io/</a></td><td></td></tr><tr><td>storeCode</td><td>Unique code created for the tenant.<br><br>Store is referred to as <strong>Tenant</strong> in the admin panel.</td><td><a href="https://apidocs.openloyalty.io/#operation/storeGetList">GET /api/store</a></td></tr><tr><td>customerId</td><td>Unique ID created for the member profile.<br><br>Customer is referred to as <strong>Member</strong> in the admin panel.<br><br>Most of the endpoints accept other member identifications, such as email/phone/loyalty card number in the API requests.<br>Some endpoints still require the <strong>customerId</strong> to be provided in the payload.</td><td><a href="https://apidocs.openloyalty.io/#operation/memberGetList">GET /api/{storeCode}/member</a></td></tr><tr><td>segmentId</td><td>Unique ID created for the segment.</td><td><a href="https://apidocs.openloyalty.io/#operation/segmentGetList">GET /api/{storeCode}/segment</a></td></tr><tr><td>rewardId</td><td>Unique ID created for the reward.</td><td><a href="https://apidocs.openloyalty.io/#operation/rewardGetList">GET /api/{storeCode}/reward</a></td></tr></tbody></table>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://help.openloyalty.io/technical-guide/terms-reference.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
