Learn
Graph Login
Request a Demo
Search...
/
Home
API
Bulk Data
Sayari Library
Change Log
Key Concepts
Introduction
Endpoint Overview
Authentication
Requests
Pagination
Response Status Codes
Data Types
Rate Limits
API Clients
Overview
Open API
Postman
Go
Python
Node
API Reference
Auth
POST
Get Token
Search
Resolution
Trade
Entity
Traversal
Record
Source
Project
Resource
Attributes
Notifications
Info
Metadata
Supply Chain
Guides
Getting Started
Entity Search
Resolution
Trade Search - Shipments
Trade Search - Suppliers & Buyers
v0 Migration
Use Cases
Screening
Investigations
Learn
Graph Login
Request a Demo
API Reference
Auth
Get Token
POST
https://
api.sayari.com
/
oauth
/
token
Hit the auth endpoint to get a bearer token
Request
This endpoint expects an object.
client_id
string
Required
client_secret
string
Required
audience
"sayari.com"
Required
grant_type
"client_credentials"
Required
Response
This endpoint returns an object.
access_token
string
The bearer token you will pass in to subsequent API calls to authenticate.
expires_in
integer
Tells you how long (in seconds) until your bearer token expires.
token_type
string
Will always be "Bearer"
Built with