Skip to content
TRES Finance Help Center home
TRES Finance Help Center home

API-Based Login

API Call: https://api-docs.tres.finance/#e3d2d882-8ed7-4d71-a964-7b9379cbd841

Use the Login call with the clientId and clientSecret you got from TRES team

  • The login endpoint allows users to authenticate and obtain an access token for accessing protected resources in the Tres Finance API.

  • This endpoint is GraphQL-based.

  • The clientId and clientSecret parameters should be provided as variables.

As a response, you will get an access token.

Include the access token obtained from the login endpoint in the Authorization header of subsequent requests to authenticate and access protected resources in the API.