Authorization Oauth2.0 Add Additional Body Parameter

I’m trying to migrate an authorization request into the authorization at the collection level. The request body has an additional parameter for account_id that needs to be passed.

I’m unable to find a way to pass this additional parameter when using Oauth 2.0 client credentials flow. Is there a way to include this?

2 Likes

I’m having the same issue. I thought maybe I could do it with a pre-request script, but no such luck. Have you managed solve this issue?

Unfortunately, I wasn’t able to find a way to do this. The solution we ended up using was to write a pre-request script instead. If you’d like to see what I did, check out the Marketing Cloud collection at Postman