Versions Compared

Key

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

...

Code Block
tokens.dev.graebert.com/generate


Header :

here x-api-key will be key to specific customer

Code Block
Content-type:application/json, x-api-key: api-key1key

Body :

Code Block
{
  "auth" : "apiKey",
  "file" : "filePath",
  "userId" : "userId",
  "server": "serverId",
  "param": "value"
}

...