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:
- Go to your Account Settings.
- Under Organization, go to API Keys.
- Click on Create new Secret Key.
- 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.