Skip to main content
POST
/
api
/
management
/
contacts
/
{contact}
/
restore
Restaurar contato
curl --request POST \
  --url https://api.olie.ai/api/management/contacts/{contact}/restore \
  --header 'Authorization: Bearer <token>'
{
  "response": true
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

contact
string
required

Response

200 - application/json

Sucesso

response
boolean