Skip to main content
POST
/
v2
/
apps
/
checkout
/
token
Post Apps Checkout Token
curl --request POST \
  --url https://api.pagou.ai/v2/apps/checkout/token \
  --header 'Authorization: Bearer <token>' \
  --header 'x-integration-token: <x-integration-token>'
{
  "data": {
    "token": "<string>",
    "expires_in": 123
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

x-integration-token
string
required
Minimum string length: 1

Response

Success

data
object
required