Security
Jiko Partner API
Introduction
Accounts
Customers
Transactions
Trades
Statements
Manage Cards
Physical Cards
Virtual Cards
Businesses
Individuals
Events
Health
Sandbox
Subscriptions
Webhooks
Reports
ACH
Counterparties
On-Us Transfers
Portals
Wires
Pockets
Portals V2
Trading Strategies
Transactions V2
Trades V2
Health
Counterparties V2
Provide the username and password in a request body to receive a bearer token to authenticate to the API's other endpoints.
See Authentication.
- Production serverhttps://your-partner-name.partner-api.jikoservices.com/api/v1/login/
- Sandbox serverhttps://your-partner-name.sandbox-api.jikoservices.com/api/v1/login/
curl -i -X POST \
https://your-partner-name.partner-api.jikoservices.com/api/v1/login/ \
-H 'Content-Type: application/json' \
-d '{
"username": "string",
"password": "string"
}'Response
// No response example