Page tree

Versions Compared

Key

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

...

To use the API as a authenticated user, first a session must be generated by the above mentioned session POST call.
The there received sessionId must be given on each other request to the API as cookie valueHTTP header.

Code Block
languagephp
titleExample HTTP Header to provide the Session ID as cookie value:
Cookie: zfExtended=GIVEN_SESSION_ID