How to use the Teespring Seller API
- 1. Obtain an app_id from Teespring.
- 2. Use the /v1/auth-tokens API endpoint with your email, password, and the provided app_id.
- 3. Take the token from the response. This is your access_token for future requests. It will last one day, and then you'll need a new one, although you can request a token as often as you want (it will always give you the current one).
- 4. Make sure your requests always have access_token set. Always use https for security!