Start Here
Welcome to the {Un}pack API Documentation
Table of Contents
Introduction
Getting Started
1.
2.
3.
Auth
, select Bearer Token
from the dropdown, and paste your API key.4.
5.
Authentication
Authorization: Bearer {token}
request header.Rate Limiting
Header | Description |
---|---|
X-RateLimit-Limit | The maximum number of requests allowed per minute. |
X-RateLimit-Remaining | The number of requests remaining in the current rate limit window. |
X-RateLimit-Reset | The time when the current rate limit window resets in UTC epoch seconds. |