Skip to main content

Get Bare Signature Proof Token

POST 

/v4/envs/:appEnv/oauth2/proofs-token

This endpoint allows retrieving a proof access token for a bare signature request.

Request

Path Parameters

    appEnv stringrequired

    Possible values: [DEVELOPMENT, STAGING, PRODUCTION]

    The execution environment of the application where request are executed.

Body

    client_id stringrequired
    client_secret stringrequired
    code_verifier stringrequired
    redirect_uri stringrequired
    grant_type stringrequired
    code stringrequired

Responses

The proof access token for bare signature.

Schema

    access_token stringrequired
    token_type stringrequired
    expires_in numberrequired
    scope stringrequired
Loading...