Endpoints

/

Users

Retrieve user account data

Retrieve user and account data through the API, including details like the user's email, name, and current subscription plan.

OVERVIEW

Discover the user endpoint

Discover what the user endpoint has to offer and how it can be integrated into your project within seconds.

Request

curl --request GET \
     --url https://api.synthfinance.com/user \
     --header 'Authorization: Bearer Your Account Data' \
     --header 'accept: application/json'

Response

JSON

Content

{
  "email": "[email protected]",
  "name": "Dwight Schrute",
  "plan": "Free",
  "api_calls_remaining": 970,
  "api_limit": 1000

ENDPOINTS

Explore other endpoints

Discover all the other endpoints available within the Synth API.

Ready to build?

Get started today with 1000 free API calls. Ship apps faster with a modern fintech API and get the data you need.

No credit card required