Skip to Content

Get Started

Create a free account on The Org

💡

Free accounts get 10 API credits pr. month, and may buy up to 240,000 additional credits monthly.

Obtain an API key

Click the menu and navigate to Manage subscription, scroll to the developers section. Choose an informative name for your API key and click create.

Create an API Key

Test your API key

Preview your remaining credits, by using the Usage API:

Run this in your terminal
curl --location 'https://api.theorg.com/v1.1/usage' \ --header 'X-Api-Key: <insert_api_key_here>'

This should return a JSON object with your remaining monthly credits, along with the date that these credits reset and any additional credits you have purchased:

{ "data": { "resetDate": "2025-04-19", "unlimited": false, "monthlyCredits": 100, "credits": 0, "creditOverages": 0 } }

You are now ready to use the API!

Last updated on