cURL
curl --request POST \ --url https://api.olie.ai/api/management/contacts/{contact}/restore \ --header 'Authorization: Bearer <token>'
{ "response": true }
Restaurar um contato que foi arquivado anteriormente.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Sucesso
Was this page helpful?