Developer API

Integrate directly with Alby using our RESTful API

In the cases where Alby's Widget or Mobile SDK does not fit your use case, you can integrate your services directly with our API following the steps below.

Generate your API credentials

In the Alby dashboard:

  1. Go to your Account Settings.
  2. Under Organization, go to API Keys.
  3. Click on Create new Secret Key.
  4. Save you Client Id and Client Secret.

Store your credentials securely.

Begin using the API

Test your generated credentials using our OpenAPI docs.

Alby Developer API OpenAPI documentation

Alby's Developer API authentication follow's OAuth2's Client Credentials flow (also called Machine-to-machine. You can read more about it below.

Auth0: Using M2M Authorization