# Make App Academy API

The App Academy API was specifically developed for the Make Academy Custom Apps Development course.

## Access

To access the API, please fill out the [form](https://airtable.com/apptuF9ohhm4eho3M/shrXXIuflEJFXaUPP) with your email, first and last names, redirect URI, and accept the terms and conditions.&#x20;

After submitting the form, you should receive an email with credentials for both Version 1 (API key) and Version 2 (client Id and Secret) within 5 minutes. Access to Version 3 can be obtained within the practical challenge in the Custom Apps Development Training course.

After submitting the form, you will receive an email with credentials for Version 1 (API key) and Version 2 (client ID and Secret) within 5 minutes. To access Version 3, complete the practical challenge in the Custom Apps Development Training course.

Developers are limited to one access each.

### Removal of access and data

If you wish to have your access and data removed, simply fill out the [form](https://airtable.com/apptuF9ohhm4eho3M/shr1zSUrgGb4iTMGs) and you will receive confirmation via email within 5 minutes.

{% hint style="info" %}
Any access to the API will be removed if there has been no activity for 1 month, and all records created within the account will be deleted.
{% endhint %}

### Limits

The API was designed solely for educational purposes, and therefore has some limitations in place to simulate a real API experience. These include:

* Each user is granted access to 6 default records that cannot be updated or deleted.
* Each user can create up to 14 records, resulting in 20 retrievable records.
* Users are only allowed to update or delete records that they have created.
* Each user is allowed to create 1 webhook.
* The default (and maximum) page size in pagination is 5.
* The default (and maximum) limit of retrieved records is 20.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://developers.make.com/custom-apps-development-training/make-app-academy-api.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
