1. Onboarding
Confirma Finance Integrations API
  • Introduction
  • Authentication
  • Environments
  • Data validation
  • Contact information
  • Go Live & Deployment Guide
  • Services
    • Services
    • Invoice Intermediation service
    • Invoice Lifecycle Service
    • Debt Collection Services
    • Accounting integrations
  • Core endpoints
    • Onboarding
      • Introduction to onboarding
      • Create a new client
        POST
      • Validate access token
        GET
      • Renew access token
        GET
    • Invoices
      • Introduction to Invoices
      • Create an invoice
      • Create an Invoice Action
      • Retrieve case details
      • Retrieve distribution Information
    • Payments
      • Introduction to Payments
      • Retrieve Payments
      • Retrieve settlements
    • Accounting
      • Introduction to accounting
      • Invoice
        • Invoice
      • Ledger
        • Ledger
        • Ledger
      • Payment
        • Payment
        • Payment
Need help?
  1. Onboarding

Validate access token

Developing
GET
https://staging-integrations.confirmafinance.com/api/v1/partner/validate
validation
Validate your API Key - response will tell the status of the token (API Key)

Request

Query Params

Responses

🟢200Success
application/json
Body

Example
{
    "isValid": true,
    "message": "Token is valid"
}
🟠400Bad Request
🟠401
Previous
Create a new client
Next
Renew access token
Built with