Getting Started
This section will guide you through the basics of using the Searoutesnav API.
1. Get an access token
Authenticate with your account credentials at POST /auth/login to receive a bearer token. See Authentication for details.
2. Make Your First Request
Once you have your token, you can test it with a simple request:
curl --request GET \
--url https://api.searoutesnav.com/example-routes \
--header "Authorization: Bearer YOUR_ACCESS_TOKEN"
3. Explore the Documentation
Learn more by visiting the Authentication, API Reference, Examples, and Errors sections to see how the API works in detail.