Skip to end of metadata
Go to start of metadata

You are viewing an old version of this content. View the current version.

Compare with Current View Version History

« Previous Version 3 Next »

Partners can call editor URL with their Tokens passing it to the auth query parameter. The tokens can be generated via the below APIs. These tokens can be generated first against our back-end.

1: generatetoken endpoint
POST tokens.dev.graebert.com/generate
headers: Content-type:application/json, api-token: 1234
body
{
”param1”: “value”
}
result:
status 200, 403, 500
{“token”:{token}, “expirationTime”: {ttl}}
2: retrievetoken
GET tokens.dev.graebert.com/access
headers: Content-type:application/json, xenon-token: 1234
result:
{
”param1”: “value”
}

  • No labels