Grant Type in Access Token

in Development
Hi. Can you please tell the format or an example of grant_type in access token request?
curl -F 'client_id={client id}' \
-F 'client_secret={client secret}' \
-F 'code={temporary token}' \
-F 'grant_type=authorization_code' \ ----- this one?
1 comment
Hi @krutagnapurohit,
Thank you for contacting us.
You need to leave it like this. So when you're using Postman you need to set it like the example below.