PartsTech Auth API
A valid JSON Web Token (JWT) is required to access API methods. A JWT access token must be included in the authorization header of each request in the following Bearer schema: ``` Authorization: Bearer ``` Use the Get Access method to get a valid access token. Each access token expires after 60 minutes.