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://app.oneform.one/api/v1/users/me \ --header 'Authorization: Bearer <token>'
{ "id": "XXXX", "email": "user@example.com", "created_at": "2024-01-01T12:00:00Z", "updated_at": "2024-01-02T12:00:00Z" }
Enter your API key
successful
"XXXX"
"user@example.com"
"2024-01-01T12:00:00Z"
"2024-01-02T12:00:00Z"