In order to develop your API, you can use the following credentials for our peruvian demo environment

Endpoint: https://api.userow.com/billing/V1/auth

  • Method: POST
  • Required headers:
  • Content-Type: application/json
  • Accept: */*
{
    "grant_type": "password",
    "client_id": "demo/001",
    "client_secret": "ad258748356c5104df2bf4bdbabd3352",
    "username": "demoperu",
    "password": "23c7eeda24e06d3a1481cbedeb6d200e"
}