Cookies help us deliver our services. By using our services, you agree to our use of cookies. Learn more

Developer Guide — MapYourTag API

MapYourTag provides a REST API so you can connect your asset data to your own tools, dashboards or business systems — no manual export needed.

Getting your API key

Your API key is available from your MapYourTag profile page. It must be provided in every request via the Authorization header:

curl -H 'Authorization:YOUR_API_KEY' https://www.mapyourtag.com/api/v1/clients.json

What you can do with the API

  • List and retrieve your clients and account details
  • List users and user roles for your organization
  • Read asset status and history
  • Export your data for reporting or integration with your own systems

Full reference

The complete list of available resources, endpoints and parameters is available in the interactive API documentation.

See also: Sync with Webhooks for real-time data sync without polling the API.