AppointmentTrader Developers
Questions and Answers around the AppointmentTrader API.
176 People following
14 Questions
7 Answers |
Ask a question about the AT API |
Post New Listings
Which endpoint should I be using to submit a new listing? Trying set_listing but i keep getting a 403. Thanks!
Give the best answerAT API Client Available
For anyone interested I've written a TS/JS API client that makes it a little easier and less error prone to work with the API. You can clone it from Github here: https://github.com/alex-808/appt-trader-client or install the npm package here: https://www.npmjs.com/package/appt-trader-client
If you run into any bugs, have any feedback or have any questions let me know via Github issues.
To the AT team, let me know if there are any attributions you'd like me to make in the readme and if there's a good way that I can be kept up to date on changes to the API so I can maintain the package.
Thanks
API Rate Limits?
Just curious if there are any rate limits to be aware of when interacting with the API? Not planning on doing anything excessive but it would be good to be able to set some limits on my side to avoid running into any issues. Thanks!
Give the best answerWill there ever be a call to get current ask prices of any Venue?
Would be very useful.
Give the best answerCan I use the API in a app that uses GPT-4 for logic?
curious
Give the best answerDifferent between the two API keys
What exactly is the difference between the two API keys that are provided?
Give the best answerProvide an Alternative to the Screenshot
Using the API, screenshots are very difficult to automate. Maybe swap this out with just a Resy link? Or even Resy account details.
Give the best answerUnable to upload Reservation proof
Hi, I'm unable to get my reservation proof uploaded. It stops at 100% and still won't let me submit it for sale. Anyone have any tips?
Give the best answerSales Endpoint
Are there plans to add an endpoint to retrieve sales and their pertinent information? I'd love more control over my listings via the API (retrieving my sales, ability to refund a sale etc).
Give the best answerListing Screenshots for Submissions
Hi there, would love to take advantage of the listing submission endpoint, however I am unable to reliably automate sourcing screenshots of my reservations. Any tips?
Give the best answerFetching Transfer Requests
Greetings,
Would you consider it useful to expose an API call to fetch an inventory of open transfer requests against one's own account?...
What features are in the pipeline for the API?
Wondering what other features will be added to the API in the future.
Give the best answerMake ~/location/set_listing operate against HTTP POST
I see the "set_listing" end-point is currently operating against an HTTP GET. This should be a POST end-point in my opinion, as we'll likely hit query string limits on the query string via a GET. Would you be open to making it a POST end-point?
Give the best answer