automation-cloud-dedicated
latest
false
- Getting started
- Authentication
- Authentication methods
- External Applications (OAuth)
- Using Personal Access Tokens for API Authentication
- FAQs
- Scopes and permissions
- Platform Management APIs
Using Personal Access Tokens for API Authentication

Automation Cloud Dedicated API guide
Last updated Apr 8, 2025
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.