Auth Schemes
Authentication methods supported by API operations
asana
A personal access token allows access to the api for the user who created it. This should be kept a secret and be treated like a password.
HTTP bearer
cloudflare
HTTP bearer
netlify
HTTP bearer
openai
HTTP bearer
stripe
Basic HTTP authentication. Allowed headers-- Authorization: Basic <api_key> | Authorization: Basic <base64 hash of `api_key:`>
HTTP basic
Bearer HTTP authentication. Allowed headers-- Authorization: Bearer <api_key>
HTTP bearer
twilio
HTTP basic
webflow
HTTP bearer