Drip · Authentication Profile
Drip Authentication
Authentication
Drip authenticates the REST API two ways. Private integrations use the account's personal API token as the username half of HTTP Basic with an empty password (note the trailing colon). Public integrations use OAuth 2.0 authorization code, with the resulting bearer token in the Authorization header. Drip additionally asks every caller to send an identifying User-Agent of the form `Your App Name (www.yourapp.com)`, and the API requires a client that supports SNI.
Drip secures its APIs with http and oauth2 across 3 declared security schemes, as derived from its OpenAPI definitions.
Email MarketingMarketing AutomationE-CommerceCustomer EngagementCampaignsWorkflows
Methods: http, oauth2
Schemes: 3
OAuth flows:
API key in:
Security Schemes
basicAuth http
bearerAuth http
oauth2 oauth2