Introduction
This documentation will guide you through all MyLuxura REST API aspects. This API can be used to retrieve and update information in MyLuxura.
Personal access token
To use this REST API, you are to generate a personal access token, which you will need to authenticate with the server. This token will only expire on deletion. Don't share this key with anyone, as it can be used to act on your behalf.
The personal access token's permissions can be limited by scopes. This way you can prevent changes being made to document using this token, in case someone gains access of your access token.
Scope
Description
api:read
Ability to read all documents (GET request)
api:write
Ability to update documents (POST, PATCH, PUT & DELETE requests)
Feedback
If you have any questions or quires regarding this documention or API, please contact [email protected].
Last updated
Was this helpful?