cURL
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='@example-file'
{}
Import XML file into the database.
The access token received from the authorization server in the OAuth 2.0 flow.
Successful Response
Was this page helpful?