Skip to main content

Quickstart

Overview

Regardless of which Atelio product you want to set up, you'll need to create an API key first.

Creating an API key

To create an API key, do the following:

  1. Create an API key
  2. Save your API keys
  3. Verify an API key

Create an API Key

Depending on your product, either log in or create an account:

ProductsActions
Accounts, Cards, Pay by BankLog in or create an account .
Identity - COMING SOONLog in or create an account.

Once you login, navigate to the Developers page. Select the Create API key button and name your key.

📘 Naming restrictions

  • At least three characters
  • No more than 128 characters
  • Must not contain any of the following characters: / \ ^ ( ) ? ! + $ . , * - or spaces

Save your API keys

After creating your Identity key, a pop-up displays two keys:

  • Authorization
  • Identity

For each key, select the Copy button and paste it somewhere on your local machine that's easy for you to remember.

🚧 Warning

If you lose the Authorization key, it can't be retrieved. Make sure to store a copy in a safe place.

You can view and deactivate your keys from the following pages:

ProductsLinks
Accounts, Cards, Pay by BankAPI Keys
Identity - COMING SOONAPI Keys

Verify an API Key

You can verify your API key, by using the GET auth/key/IDENTITY endpoint.

Include your identity and authorization information in the request header.

A successful request returns a 200 response code with your key's non-secret data.

curl --location --request GET 'https://sandbox.atelio.com/api/v0.1/auth/key/<YOUR_IDENTITY>' \
--header 'Identity: <YOUR_IDENTITY>' \
--header 'Authorization: <YOUR_AUTHORIZATION>'

Next steps

After creating and verifying an API key, your next step depends on which product you're using:

For productNext step
- Cards
- Accounts
Creating a customer
- IdentityCreating a flow
- Pay by BankSet up payments