# Requesting an OAuth 2.0 client

Make's API uses OAuth 2.0 authorization protocol to enable secure third-party access. This standard security framework allows applications to interact with Make's resources while protecting sensitive credentials.

To be able to start using OAuth 2.0, your app has to request a client on our side.

## How to submit a registration request

{% stepper %}
{% step %}
Complete the [OAuth client registration form](https://f.make.com/oauth) with your application details.
{% endstep %}

{% step %}
Choose your required API scopes. For more information, refer to our [API scopes documentation](https://developers.make.com/api-documentation/authentication/api-scopes-overview).
{% endstep %}

{% step %}
Submit your registration request.
{% endstep %}
{% endstepper %}

Our team will review your request within 10 business days. Upon approval, you'll receive the necessary credentials to integrate your application with the Make platform.
