---
name: truanon-private-api
description: "TruAnon Private API skill. Use when working with TruAnon Private for api. Covers 2 endpoints."
version: 1.0.0
generator: lapsh
---

# TruAnon Private API

## Auth
Bearer token

## Base URL
https://staging.truanon.com/api

## Setup
1. Set Authorization header with Bearer token
2. GET /api/get_profile -- get_profile private api: request confirmed profile data for your unique member id
3. Explore available endpoints below

## Endpoints
2 endpoints across 1 group. See references/api-spec.lap for full details.

### Api
| Method | Path | Description |
|--------|------|-------------|
| GET | /api/get_profile | get_profile Private API: Request confirmed profile data for your unique member ID |
| GET | /api/request_token | request_token Private API: Request a Proof token to let the member confirm in a popup interface          {"id":"qjgblv72bzzio","type":"Proof","active":true,"name":"New Proof"}  Step 2 |

## Common Questions
Match user requests to endpoints in references/api-spec.lap. Key patterns:
- "List all get_profile?" -> GET /api/get_profile
- "List all request_token?" -> GET /api/request_token
- "How to authenticate?" -> See Auth section above

## Response Tips
- Check response schemas in references/api-spec.lap for field details

## References
- Full spec: See references/api-spec.lap for complete endpoint details, parameter tables, and response schemas

> Generated from the official API spec by [LAP](https://lap.sh)
