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 GET \ --url https://nudgen.net/api/v1/contacts/{id} \ --header 'Authorization: Bearer <token>'
{ "contact": { "id": "<string>", "email": "jsmith@example.com", "name": "<string>", "phone": "<string>", "description": "<string>", "tags": [ "<string>" ], "createdAt": "2023-11-07T05:31:56Z" } }
Personal Access Token created from Settings -> API Keys.
Contact
Show child attributes