# How To Get Tokens (API Keys) from EasyPost and Shippo?

## **EasyPost**

Authentication and identification to the EasyPost API is done by providing an API Key on every request as your Basic Auth username (no password is required). EasyPost requires that all communication with the API is secured using TLS v1.2. Requests made over HTTP or without a proper API Key will fail.

This is the video that instructs how to get tokens and connect with EasyPost:

You can manage your API Keys from [your account](https://www.easypost.com/account/settings?tab=api-keys).

<figure><img src="/files/dkMxGLyRMaREn0NZ9Y0B" alt=""><figcaption></figcaption></figure>

## Shippo

This is the video that instructs how to get tokens and connect with Shippo:

You authenticate access to your Shippo account through the Shippo API using a secure token. To get your secure token follow these steps:

### Step 1: Create your free Shippo account

* If you already have a Shippo account, skip ahead to Step 2
* In your browser, open the address <https://apps.goshippo.com/join>. Enter your name, email, a secure password, and click Get Started.

<figure><img src="/files/TC9XKUxu7aG8DbpHxsad" alt=""><figcaption></figcaption></figure>

### Step 2: Generate your secure token

* While logged into your Shippo account, in the left menu bar, click Settings followed by API.
* Under Test Token, there are two options: Live Token and Test Token. Use Live Token for production-ready use of the Shippo API. For testing and development, use the Test Token.
  * Live tokens begin with shippo\_live\_
  * Test tokens begin with shippo\_test\_
* Click Generate Token. Copy your API Token and click Done.

<figure><img src="/files/C5cZ5IRjD6Nhx9VzhUN8" alt=""><figcaption></figcaption></figure>

If you have any questions or issues, please contact our customer support via live chat or <contact@omegatheme.com>.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.returnsdrive.com/shipping/how-to-get-tokens-api-keys-from-easypost-and-shippo.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
