Financial Innovation Through Open Banking APIs

MENA’s Largest Licensed Open Banking Platform

Build great experiences with our API

Use our portal to access all the resources you need to create great products and user experiences based on financial data.

Signing up to our sandbox allows you to:

				
					curl --location --request POST 'https://api.sandbox.tarabutgateway.io/auth/v1/token' \
header 'Content-Type: application/json' \
header 'X-TG-CustomerUserId: <customer_user_id>' \
data-raw '{
"client_id": "<your_client_id>",
 "client_secret": "<your client secret>",
 "grant_type": "client_credentials"
}'