automation-cloud
latest
false
- Getting started
- Authentication
- Authentication methods
- External Applications (OAuth)
- Using Personal Access Tokens for API Authentication
- FAQs
- API Keys
- Scopes and permissions
- Platform Management APIs
Using Personal Access Tokens for API Authentication
Automation Cloud API Guide
Last updated Aug 20, 2024
Using Personal Access Tokens for API Authentication
Personal Access Tokens (PATs) are a secure way to authenticate and authorize API requests. This section will guide you through the process of including tokens in your API requests, and provide guidance on handling authentication errors.
The most common error while using Personal Access Tokens is 401 Unauthorized. The 401 Unauthorized error might arise if the provided PAT is missing, expired, or lacks the necessary permissions. The error intentionally omits specific information to prevent the exposure of sensitive data.