Documentation

    Summary:

      This page is intended for developers wishing to connect to MTAPI, Mountville Mills Inc.'s WebAPI, to do things like place orders, retrieve shipping information, submit artwork, etc. MTAPI is a RESTful API and currently offers the ability to place orders for standard mats and to retrieve shipping information. However, be sure to check the "In Progress" section to see what we are actively developing.

    Requirements:

    • A customer specific token MUST BE included in the request header of each request.

    Getting Started:

    Authentication Token (Recommended):
    • Please reach out and forward the following information to your Sales Representative in order to request an API token
      1. Go to your Mountville web site account's developer page. (Example: https://account.mamatting.com/developers)
      2. Fill out the form
      3. Click "Generate Token"
      4. You should receive an email containing your token information
      5. For support, contact mtapi@mountville.com with detailed information
    OAuth Access Token:
      1. Go to User registration and create an account
      2. Once you have an account, visit the v1/oauth documentation to learn how to obtain an access token
      3. If you lose or forget your password, please visit Forgot Password to reset
    Rate Limiting:
    • Rate limiting is applied to all API routes. The rate is ten request per thirty seconds.

    Full Documentation