Skip to content

Commit

Permalink
Make API easier to understand
Browse files Browse the repository at this point in the history
  • Loading branch information
fredsted committed Oct 21, 2024
1 parent 09ffaa8 commit 31ddf72
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/api/requests.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ The default response (or a response set with e.g. the Modify Response Custom Act

Lists all request sent to a token.

Problems? Make sure you include the `/token/` part of the URL.

#### Query string parameters

* `sorting` (string) - either `newest` or `oldest` (default)
Expand Down Expand Up @@ -170,6 +172,8 @@ Returns a CSV file with all requests (maximum 10000.) The amount of columns of t

**GET** `/token/:token_id/request/latest` - retrieves the latest request sent to the URL

Problems? Make sure you include the `/token/` part of the URL.

#### Response

```json
Expand Down

0 comments on commit 31ddf72

Please sign in to comment.