How do I authorize the API using access _ code?

Hi everyone.

I am using CMS 2.0.4.
I want to know how to authorize the API using access _ code.
I don’t know the specific setting contents even if I check the community or the document.

I currently use client _ credentials to obtain the acccess_token as follows:.

How do I change this?
I would appreciate it if you could tell me the setting example.

img20190927

Hey,

in your API call you would pass the access_token as a parameter within the header.
If you tell us which language you are using or maybe how you generally want to perform your rest calls, we would be able to help you much better.

1 Like