Access Token
Back to glossary
What is Access Token?
An access token is a secure, temporary key that allows an application to access a specific service or API. After a user logs in and grants permission, the system issues this token to the application. The application then uses the token to request data or perform actions without asking the user to log in again.