IVPAY Docs
  • Welcome
  • Get started
    • Setup guide
    • Concepts
    • Guides
      • Obtaining API Keys
    • Fiat currencies
    • Webhooks
    • Support
  • IVPAY API
    • Introduction
    • Authentication
    • API Reference
      • Payments
Powered by GitBook
On this page
  • API Key Header
  • Headers
  • Notes
  1. IVPAY API

Authentication

PreviousIntroductionNextAPI Reference

Last updated 7 months ago

IVPAY API requires an API key to authenticate all requests. This key must be passed via the header for every request.

To get your API Key follow instructions.

API Key Header

  • X-API-KEY: your_api_key_here (Required)

Headers

Name
Value

Content-Type

application/json

X-API-KEY

your_api_key_here

Notes

  • Keep the API key secure and avoid sharing it publicly.

  • All requests without valid authentication will receive a 401 Unauthorized response.

these