Versions Compared

Key

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

...

Code Block
languagenone
POST /:authentication_type_name/login
Accept: application/json

{
  "authentication_object": {
    "email": "test@test.nl",
    "password": "Pa55word",
    ... # JSON output from tag
  }
} 

...