Sample Requests-Authorization Code Grant

POST https://auth.10npay.com/connect/token
Content-Type: application/x-www-form-urlencoded    client_id=client1&
    grant_type=authorization_code&
    code=hdh922&
    redirect_uri=https://myapp.com/callback&
    code_verifier=xyz

(Form-encoding removed and line breaks added for readability)

Powered by BetterDocs