LogoLogo
HomeBlogLoginSignup
  • Get started
  • Guides
  • Reference
  • Getting Started
    • Welcome
    • Quickstart
    • Plan your integration
    • Support
  • Developers
    • Concepts
    • Environments
    • Authentication
    • Pagination
    • Request identification
    • Date & Time
    • Rate limit
    • Webooks
      • Authentication
      • Content and Structure
      • Events
        • Collecting document
        • Collecting document refund
        • Payment document
        • Payment document refund
        • Transfer document
  • Reference
    • API Reference
Powered by GitBook
On this page

Was this helpful?

  1. Developers

Authentication

PreviousEnvironmentsNextPagination

Last updated 4 months ago

Was this helpful?

Trio uses to authenticate the API. You can create sandbox and production client secret keys in the developer console. We're also offering a company unique identifier to be used as username in the authentication process.

Use your company unique identifier (client_id) as username and generated secret key (client_secret) as password to authenticate:

curl https://api.sandbox.trio.com.br/banking/entities \ 
  -H "Content-Type: application/json" \ 
  -u {client_id}:{client_secret}
basic authentication