Quick Start
Last updated
Was this helpful?
Last updated
Was this helpful?
Our base domain URL is https://api.dotapparel.io
. Before you get started, please make sure you have an account with us. If you do not have an account, please reach out to us to request an admin account.
Our API uses basic authentication with username and password. To authenticate your requests, include your username and password as a header in your HTTP requests.
Authorization: Basic <YOUR_API_KEY>
Please note that all API requests must be made over HTTPS.
To make your first API request, you will need to specify the API endpoint and any required parameters.
For example, if you want to retrieve a list of all stores, you can make a GET request to the following endpoint:
Take a look at how you might call this method using via curl
:
If successful, the API will return a JSON object containing the list of stores.
That's it! You're now ready to start exploring our API documentation and building your own applications. If you have any questions or need further assistance, please do not hesitate to reach out to us at support@dotapparel.com.au. Happy coding!
Scope: visitor
and above
This endpoint retrieves information about stores in the Apparel21.
The endpoint can accept particular Shopify location ID. If a location ID is provided, the endpoint will only look up the stores that are associated with the location.
The endpoint returns a list of object that includes information such as the store id, store number, address and contact details.
The Shopify location ID
An alias name that represents a particular brand that is using the API