API keys

Create API key

POST/v1/organization/api-keys

Authorizations

  • X-API-KEYstringheaderrequired

    Organization API key. Create one in the cloud console at https://cloud.serverside.com; the key is shown once, when it is created.

Body

application/json
  • namestringrequired

    Limits:length >= 1

  • networksstring[] | null
  • expiresAtstring<date-time> | null

Response

200 · application/json

OK

  • successboolean
  • messagestring | null
  • exceptionstring | null
  • codestring | null
  • errorsobject | null
  • traceIdstring | null
  • datastring | null
  • paginationobject