Click the button below to start the authentication process:
ID | Type | Token Preview | Refresh Token | Expires At | Valid | Created | Updated |
---|---|---|---|---|---|---|---|
8 | client_credentials | v^1.1#i^1#p^1#I^3#f^... | N/A | 2025-08-05 04:36:39 | Yes | 2025-08-02 07:36:14 | 2025-08-05 01:36:39 |
Clear All Tokens Get New Tokens
auth.php
which constructs the OAuth URL and redirects to eBay's login pageauth.php
with an authorization codeauth.php
exchanges the authorization code for access and refresh tokensget_orders.php
get_orders.php
loads the user token from the database to make API calls