Click the button below to start the authentication process:
| ID | Type | Token Preview | Refresh Token | Expires At | Valid | Created | Updated |
|---|---|---|---|---|---|---|---|
| 27 | client_credentials | v^1.1#i^1#f^0#p^1#I^... | N/A | 2025-12-11 14:08:40 | No | 2025-12-09 06:43:58 | 2025-12-11 12:08:40 |
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.phpget_orders.php loads the user token from the database to make API calls