Skip to content

Latest commit

 

History

History
40 lines (31 loc) · 903 Bytes

list.md

File metadata and controls

40 lines (31 loc) · 903 Bytes

支払い一覧の取得

メソッド GET
認証

URL

https://api.coiney.io/api/v1/payments

リクエスト

ページングを設定することが出来ます。詳しくはこちら

レスポンス

パラメータ名 説明
object オブジェクト string list
hasMore 次のページがあるかどうか boolean true
totalCount 全ての支払い数 int 10
data 支払いオブジェクトの配列 array

リクエスト例

curl -X "GET" "https://api.coiney.io/api/v1/payments?limit=3" \
  -H "Authorization: Bearer sk_live_hogehogehogehogehogehogehogehoge" \
  -H "X-CoineyPayge-Version: 2016-10-25" \
  -H "Accept: application/json"