API ドキュメント
これは利用可能なAPIエンドポイントのドキュメントで、RESTアーキテクチャに基づいています。すべてのAPIエンドポイントは、標準のHTTPレスポンスコードとともにJSONレスポンスを返し、APIキーによるベアラ認証が必要です。
認証
すべてのAPIエンドポイントは、Bearer Authentication method.によって送信されるAPIキーを必要とします。
curl --request GET \
--url 'https://notifyc.com/api/{endpoint}' \
--header 'Authorization: Bearer {api_key}' \
--url 'https://notifyc.com/api/{endpoint}' \
--header 'Authorization: Bearer {api_key}' \