Introduction

Create and use Reloop API keys from the dashboard or with code.

API keys connect your apps to Reloop. You can create and manage them in the dashboard or with code — both do the same job.

API Keys list in the Reloop dashboard

Two ways, same keys

TaskDashboardCode
CreateClick Create API keyreloop.apiKey.create / cURL
UseCopy secret into your appSend key on every request
ManageRow menu (rotate, disable, delete)Same actions via API

Create with either platform. Use the secret in your app. Manage with either platform.

Get going

  1. Create a key (dashboard or code)
  2. Copy it once — you won’t see it again
  3. Use it in your app

Next

Was this page helpful?

Edit this page