...
Name | Type | Description |
---|---|---|
|
| Optional: Maximum number of documents to return (default 20). |
|
| Optional: Starting offset the next creation date(in number form) of the next paginated documents(default 0). |
Code Block | ||
---|---|---|
| ||
//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 |
...