Curl Request - Web API (documentation)

Hi!
Just wanted to let you know that there was an issue with the curl example under DTable Server API.

on zsh (mac) i had to modify the multi parameter request header for curl as follows:

curl -H 'Accept: application/json; charset=utf-8; indent=4' -H 'Authorization: Token the_token_here' https://cloud.seatable.io/api/v2.1/dtable/app-access-token/

i had to add an additional -H Background Information - stackoverflow

Hey @supersmart,
welcome to the SeaTable Forum! Thanks for letting us know about this issue. We are looking into it…

1 Like

@Karlheinz thanks for the kind words! I am a bit late to the party :wink:

sorry for the noise - meanwhile there i figured out another docs issue:

Again on mac (zsh) I figured out a few inconsisten samples that made me a bit stuck.

=> the url has to be with wrapped into double quotes: e.g. curl .... "https://cloud.seatable.io/dtable-server/api/v1/dtables/the_dtable_uuid/rows/"