Get Started
Make your first API Call with Bankz
Getting Started with JWT Authentication
JSON Web Tokens (JWT) are a compact, URL-safe means of representing claims between two parties. Follow these steps to implement JWT authentication for your APIs:
API Endpoints
Environment
API URL
Sandbox
https://staging.admin.cards.bankz.eu/api/
Calling first API
Get your Bankz admin account ready.
Create a Simple API Call
Here's how you can create a simple "ping" API that returns "pong" upon success:
With either setup, accessing /ping will return a response of pong.
Create a Simple API Call
GET /ping
With either setup, accessing /ping will return a response of pong.
Headers
Name
Value
Content-Type
application/json
Authorization
Bearer <token>
Response
Last updated
Was this helpful?