Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Name

Type

Description

limit

number

Optional: Maximum number of documents to return (default 20).

offsetnext

number

Optional: Starting offset the next creation date(in number form) of the next paginated documents(default 0).

Code Block
languagejson
//example request

curl -H 'Authorization: BEARER <token>'
    -H 'Accept: application/vnd.gini.v1+json'
    -X GET -i https://pay-api.gini.net/documents?limit=50

...