API Reference / Bootstrap

POST /change_auth_key

Invalidate the current API key and return a new API key

**Warning:** This will change the users authentication key, and therefore log them out of all applications. Note: this includes the mobile applications.

Responses

201 Created
  • statusintegerint32

    Response code

  • messagestring

    Response message

  • timestampintegerunix-timestamp

    Response time

  • dataobject
    object fields →
    • auth_keystring

      New API Key

Standard error responses: 400 · 401 — shared across the API. See Errors.

Related guides