Set Up Base URL and Authentication
Before making API requests, you need to set up the base URL and include the API key as an Authorization
header in each request.
Base URL
https://api.apiwap.com/api/v1
Authentication
The API uses bearer token authentication. Include your API KEY
as token
in the request header for authenticating your requests.