Powered By Zapier
Integration Marketplace
- Low-code
- Code-native
Built-in Workflows
- Low-code
- Code-native
AI Workflows
Managing Authentications
Billing
API Specification
- API Authentication
- Accounts
- Actions
- Apps
- Authentications
- Categories
- Zap Templates
- Zaps
- Experimental
- Schemas
- Rate Limiting
Common Types
Authentication
An Authentication contains various fields, often credentials such as API tokens, used to access Partner APIs on behalf of a user. The actual fields are held securely by Zapier
Copy
Ask AI
{
"type": "authentication",
"id": "<string>",
"app": {
"id": "<string>",
"type": "app",
"image": "<string>",
"links": {},
"action_types": [
"<any>"
],
"title": "<string>",
"images": {
"url_16x16": "<string>",
"url_32x32": "<string>",
"url_64x64": "<string>",
"url_128x128": "<string>"
},
"hex_color": "<string>",
"categories": [
{
"slug": "<string>"
}
],
"description": "<string>"
},
"is_expired": true,
"title": "<string>"
}
Assistant
Responses are generated using AI and may contain mistakes.