POST
/
v2
/
auth
/
sign-out
Sign out
curl --request POST \
  --url https://rest.forestreet.com/v2/auth/sign-out \
  --header 'x-api-key: <api-key>'
{
  "message": "<string>"
}

Authorizations

x-api-key
string
header
required

Pass a static API key for every request, provided by your customer support.

Response

200 - application/json

Sign out response

The response is of type object.