cdp_create_token
Generate an access token for the Acquia CDP API using Basic authentication with username and password credentials.
Instructions
Create an access token using Basic authentication. Credentials are sent via the standard Authorization header. Returns access_token, token_type, expires_in.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| username | Yes | ||
| password | Yes | ||
| scheme | No | A1USER |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |