Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

To use this endpoint, you will need to have an Authentication Token.

URI: 

  • https://api.onlinephotosubmission.com/person/me/logout

Optional URL Parameters: N/A

HTTP Method:POST

Required Headers:

  • Content-Type: application/json

  • Accept: application/json

  • X-Auth-Token: (see: Authentication)

To log out a specific authentication token, include that token in the request body, as seen below. If you want to log out ALL of a service account’s authentication tokens, send an empty request body.

Example Request Body
{
    "authenticationToken": "acr2vdf088qmnrsjmomj5ne9tsbd0je1rspp84059vc9pii7ai6019g3eslv6024"
}

 

Successful Logout Response

204 No Content

  • No labels