Skip to main content
POST
/
api
/
v1
/
users
/
{user_id}
/
import
/
apple
/
xml
/
direct
Import Xml File
curl --request POST \
  --url https://api.example.com/api/v1/users/{user_id}/import/apple/xml/direct \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: multipart/form-data' \
  --form 'file=<string>'
{}

Documentation Index

Fetch the complete documentation index at: https://openwearables.io/docs/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Headers

X-Open-Wearables-API-Key
string | null

Path Parameters

user_id
string
required

Body

multipart/form-data
file
string
required

Response

Successful Response

{key}
string