POST
/
oauth
/
token
curl --request POST \
  --url https://public-api.kiwify.com/v1/oauth/token \
  --header 'Content-Type: application/x-www-form-urlencoded' \
  --data client_id=be161f42-1d05-4949-8736-1a526c28672d \
  --data client_secret=a12b34c56d78e90f1234abcd5678efgh9012ijkl3456mnop7890qrst1234uvwx
{
  "access_token": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdG9yZV9hcGlfaW50ZWdyYXRpb25faWQiOiIzNmI1MDZlYS03M2ZmLTQ2NjQtODQ4Zi1iODFjYzllZmU0NzYiLCJzdG9yZV9pZCI6Ilh2UzBxZmtkekNaVGc4eiIsInNjb3BlIjoic3RhdHMgcHJvZHVjdHMgZXZlbnRzIHNhbGVzIHNhbGVzX3JlZnVuZCBmaW5hbmNpYWwgYWZmaWxpYXRlcyB3ZWJob29rcyIsImp0aSI6ImVkNGFlMmUyOWZhZWIxMzUwZjNmMTdjMzExYmM0NjhhIiwiZXhwIjoxNzAxMzQ4NTE1LCJpYXQiOjE3MDEyNjIxMTV9.dJWYnnQv6TREivsL3riYFQPypHg-6RqaGVff8iM4puw",
  "token_type": "Bearer",
  "expires_in": 86400,
  "scope": "stats products events sales sales_refund financial affiliates webhooks"
}

Body

application/x-www-form-urlencoded
client_id
string
required
Example:

"be161f42-1d05-4949-8736-1a526c28672d"

client_secret
string
required
Example:

"a12b34c56d78e90f1234abcd5678efgh9012ijkl3456mnop7890qrst1234uvwx"

Response

200
application/json
OK
access_token
string
Example:

"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdG9yZV9hcGlfaW50ZWdyYXRpb25faWQiOiIyZThmMzExMy0wNmE1LTQ4OTAtOTgyNC1iNWM1ZmI3YmZkYTciLCJzdG9yZV9pZCI6IlU5VmNINnlaelJrVDJmQiIsImludGVncmF0aW9uX25hbWUiOiJ0ZXN0ZSIsInNjb3BlIjoic3RhdHMiLCJqdGkiOiJhZTMwZDQ4NjU3NWJmMDBiMDFiNzFkNDFlY2M3OWM5YyIsImV4cCI6MTcwMjU5MDg0NiwiaWF0IjoxNzAyNTA0NDQ2fQ.N8Nl5Coj3bL9M6tkaAE61bL2NnqwhUYfNnRqhTMGElc"

token_type
string
Example:

"Bearer"

expires_in
string
Example:

"86400"

scope
string
Example:

"stats products events sales sales_refund financial affiliates webhooks"