This endpoint creates a new OAuth access token at the user scope. Note: this endpoint is only available to select customers at this time.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The OAuth app client secret returned in the POST /oauth/apps response.
The user that this token will be bound to
One of ("read", "write"). This will restrict what HTTP verbs the token has access to.
read, write