API ドキュメント
利用可能なAPIエンドポイントのドキュメントです。これらはRESTアーキテクチャをベースに構築されています。
認証
すべてのAPIエンドポイントは、ベアラ認証メソッドで送信されるAPIキーが必要です。
curl --request GET \
--url 'https://rqrcode.com/api/{endpoint}' \
--header 'Authorization: Bearer {api_key}' \
--url 'https://rqrcode.com/api/{endpoint}' \
--header 'Authorization: Bearer {api_key}' \