🖥️ Developer
Welcome to Randmar.io. This short guide will get you started with using the API.
Creating your integration key
To access the API, you will need an integration key. These can be generated easily from the partner portal:
- Look at the URL bar of your web browser, and notice the number that was appended after
dashboard.randmar.io/
. This is your application id, save or memorize it. - Open the Integration tab.
- Click the red Create API Key button.
- Enter the key name.
- Press the Create button.
- The secret key value will appear, keep it somewhere safe.
Testing your API key
The Randmar.io API is documented at the api.randmar.io home page. Let's try sending an API call.
- Click the Authorize button.
- Enter the key name in the
client_id
field. - Enter the secret key value in the
client_secret
field. - Press Authorize and then close the dialog.
- Scroll down to the
GET V4/Partner/{ApplicationId}/IntegrationKeys
endpoint. - Open its card and press the Try it Out button.
- Enter your application id in the
applicationId
input. - Press the Execute button.
- Notice the 200 OK reply, and the JSON body of the response.
Next steps
Take a quick look at the other API calls available to you, and try a few other GET calls.