Getting Started
Welcome to AEx Inc.! This guide will walk you through the basic steps to get started with our API.
1. Sign Up / Log In
Before you begin, make sure you have an account on our platform. If you don't have one, you can request a key from AEx Support
2. Get your API Key
To authenticate your requests, you'll need an API key. The key supplied will be usable only on the environment it is generated. Keep this key secure and never share it publicly.
API Key: YOUR_API_KEY
3. Recommended Tools
3.1 https://www.postman.com/
3.2 https://insomnia.rest/
3.3 Choose the programming language you're using and install the corresponding HTTP Rest client library.
4. Make your First API Request
Let's make a simple request to test your setup. For example, let's retrieve information about a resource using the /products endpoint.
Example Request (using curl):
curl -H "Authorization: Bearer YOUR_API_KEY" https://{insert the required url}/products
Replace YOUR_API_KEY with the API key you obtained.
5. Explore Endpoints
Now that you've successfully made a request, explore other endpoints in our API Specification documentation. Each endpoint is designed to perform a specific function. Be sure to review the required parameters and expected responses.
6. Integrate into your Application
Once you're comfortable with the API, integrate it into your application. Refer to the API Specification Documents for detailed information on crafting requests and handling responses.
7. Need Help?
If you encounter any issues or have questions, check out our FAQ or reach out to our AEx Support.