cURL
curl --request POST \ --url https://api.perscom.io/{version}/cache \ --header 'Authorization: Bearer <token>'
{ "status": "okay" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The API version to use.
v1
v2
OK
The response is of type object.
object
Was this page helpful?