cdp_login
Authenticate users to Acquia's Customer Data Platform API using Basic authentication and generate bearer tokens for API access, with optional tenant scoping.
Instructions
Authenticate a user via Basic auth and generate a bearer token. Optionally specify a tenant_name to scope the login. Returns access_token, token_type, expires_in.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| username | Yes | ||
| password | Yes | ||
| tenant_name | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |