Skip to content

Commit 67a407b

Browse files
committed
rename api-v2.rst to api_v2.rst for consistency
1 parent d6d9c71 commit 67a407b

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,22 +11,22 @@ Accessing the API
1111

1212
To access the new API, you must authenticate within your Mautic instance.
1313

14-
The base endpoint for the new API is: ``/api/v2``.
14+
The base endpoint for the new API is ``/api/v2``.
1515

1616
Once you authenticate, you can start making requests to this endpoint to interact with your Mautic data.
1717

1818
API documentation and discovery
1919
*******************************
2020

21-
The new Mautic API is self-documenting. It means that you can navigate to the ``/api/v2`` endpoint in your web browser while logged into Mautic and see comprehensive, interactive API documentation.
21+
The new Mautic API is self-documenting. Navigate to the ``/api/v2`` endpoint in a web browser while logged into Mautic to see comprehensive, interactive API documentation.
2222

2323
.. vale off
2424
25-
This documentation provides a detailed list of all available API endpoints, the supported HTTP methods - such as ``GET``, ``POST``, ``PUT``, or ``DELETE`` - and the accepted parameters. You can use the interface to test API calls directly from your browser.
25+
This documentation provides a detailed list of all available API endpoints, the supported HTTP methods - such as ``GET``, ``POST``, ``PUT``, or ``DELETE`` - and the accepted parameters. Use the interface to test API calls directly from your browser.
2626

2727
.. vale on
2828
2929
The API supports modern features such as:
3030

3131
* **Pagination:** the API paginates results by default for efficient data retrieval.
32-
* **Multiple Data Formats:** the API supports various data formats, including JSON-LD, standard JSON and text/HTML.
32+
* **Multiple Data Formats:** the API supports various data formats, including ``JSON-LD``, standard ``JSON`` and ``text/html``.

0 commit comments

Comments
 (0)