Versions Compared

Key

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


Info

This Example Project demonstrates how to consume this API endpoint within a C# project.

URI: https://api.onlinephotosubmission.com/person/{id}

...

Optional URL Parameters: findBy=[id|email|identifier] (default id). Note, findBy must be used when querying email/identifier

...


HTTP Method: GET

Required Headers: X-Auth-Token (see: Authentication)

...