Introduction

To access these APIs, you need an access token. To get the access token, you perform an HTTP POST to the URL: …/jambopayservices/token which takes the following parameters:

Name Type Required Description
grant_type string YES Type of grant be used for login which is agency in this case.
Username string YES Email address or phone number
Password string YES Password
Untitled