Requirements
- client_id
- client_secret
- access_token
Generating client_id and client_secret
- Request access token using client ID and secret. Your application requests an access token by providing the client ID and secret generated in Installed Packages.
- Extract access token. The authorization server returns an access token that your application must extract.
- Access resources. Your application accesses Marketing Cloud Engagement resources by using the access token it received and the REST base URLs returned as part of the token response.