Skip to main content
Visible home page
Search...
⌘K
Support
Search...
Navigation
API Documentation
Introduction
Documentation
API Reference
API Documentation
Introduction
Endpoint Examples
GET
Get Provider
POST
Create Provider
POST
Create Verification
On this page
Authentication
API Documentation
Introduction
Getting started with Visible’s API
Authentication
All API endpoints are authenticated using Bearer tokens and picked up from the specification file.
Copy
"security"
: [
{
"bearerAuth"
: []
}
]
Get Provider
⌘I