/
Log Out Authentication Token(s)

Log Out Authentication Token(s)

To use this endpoint, you will need to Get an Authentication Token (Session Token)

URI: 

  • https://api.cloudcard.us/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)

 

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

 

  • If specified, only this authentication token is deleted. Other sessions belonging to this user which use other tokens will remain active.

  • If not specified (or if the specified value doesn’t match an existing token), ALL authentication tokens will be deleted, immediately ending ALL sessions for this user.

 

Successful Logout Response

204 No Content

 

Related content

Get an Authentication Token (Session Token)
Get an Authentication Token (Session Token)
More like this
Authentication
Authentication
More like this
Get a Persistent Access Token
Get a Persistent Access Token
More like this
Developer's Guide
Developer's Guide
More like this
Get a Person
Get a Person
Read with this
Delete a Person
Delete a Person
More like this