Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request POST \ --url https://api.member.dev/api/v1/teams/{team_id}/contacts/{team_contact_id}/restore \ --header 'Authorization: Bearer <token>'
{ "data": { "attributes": { "consent_source": "<string>", "consent_version": "<string>", "contact_id": "<string>", "country": "<string>", "created_at": "2023-11-07T05:31:56Z", "deleted_at": "2023-11-07T05:31:56Z", "email": "jsmith@example.com", "email_verified_at": "2023-11-07T05:31:56Z", "first_name": "<string>", "last_name": "<string>", "marketing_consent_at": "2023-11-07T05:31:56Z", "meta": {}, "phone": "<string>", "restored_at": "2023-11-07T05:31:56Z", "source": "<string>", "timezone": "<string>", "updated_at": "2023-11-07T05:31:56Z", "city": "<string>", "state": "<string>" }, "id": "<string>", "type": "team_contacts" } }
Restore a soft-deleted team contact. Silent — no event emitted.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful Response
Show child attributes