# Adalo API

*Skill Level: Intermediate*

## 開始する前に

* Adalo APIはTeamプランとBusinessプランで利用可能です。
* Adalo APIを使用して、アプリに[プッシュ通知](https://help.adalo.com/ja/integrations/the-adalo-api/push-notifications)をトリガーしたり、コレクション内のデータに[アクセスして変更](https://help.adalo.com/ja/integrations/the-adalo-api/collections)することができます。
* Adalo APIのレート制限は1秒あたり5リクエストです。
  * この制限を超えると、429ステータスコードが返され、その後のリクエストが成功するまでしばらく待つ必要があります。

## Adalo APIキーにアクセスする方法：

1\) エディターの左側ナビゲーションバーで設定ギアをクリックします\
2\) App Accessを展開します\
3\) Generate API Keyをクリックします

![](https://797861279-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F4EFNSNZLMs5AZ70x2P33%2Fuploads%2Fgit-blob-50bf35be9d42ce16f6388ed5c3a148ab869ad5ca%2FScreen%20Shot%202022-12-08%20at%203.34.44%20PM.png?alt=media)

4\) APIキーを削除して再生成することができます。

![](https://797861279-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F4EFNSNZLMs5AZ70x2P33%2Fuploads%2Fgit-blob-e6fa8f95452642e240648ab000b1124b20c1775c%2Fimage%20\(103\).png?alt=media)

また、コレクション名の横にある3つの点をクリックし、<> API Documentsを選択することでAPIキーを見つけることもできます。cURLの最後にBearerの後に秘密キーが表示されます。

![](https://797861279-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F4EFNSNZLMs5AZ70x2P33%2Fuploads%2Fgit-blob-4741dd4891dd81e0a1448e4d458977215c3d629f%2FScreen%20Shot%202022-12-08%20at%203.42.11%20PM.png?alt=media)

#### Adalo APIへのすべてのリクエストにはAPIキーが必要です！

Adalo APIへのすべてのリクエストには、以下の2つのヘッダーを含める必要があります：

```
Authorization: Bearer [Your App's API Key]
Content-Type: application/json
```

## 次のステップ

APIキーを使用してCollections APIでアプリデータにアクセスして変更したり、Notifications APIでアプリに通知をトリガーする方法を学びましょう。

{% content-ref url="the-adalo-api/collections" %}
[collections](https://help.adalo.com/ja/integrations/the-adalo-api/collections)
{% endcontent-ref %}

{% content-ref url="the-adalo-api/push-notifications" %}
[push-notifications](https://help.adalo.com/ja/integrations/the-adalo-api/push-notifications)
{% endcontent-ref %}

## ヘルプ

この記事に関する追加のヘルプが必要な場合は、いつでも[コミュニティフォーラム](https://forum.adalo.com/)で質問できます！投稿にはこの記事へのリンクも貼り付けてください！

チュートリアルやヘルプドキュメントのリクエストがありますか？[お知らせください！](https://ideas.adalo.com/tutorial-requests)


---

# 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://help.adalo.com/ja/integrations/the-adalo-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.
