Getting started with Mantle's Core API
Mantle's Core API is the mechanism in which your integration or Mantle Extension will retrieve and modify Mantle data.
Developers must first request access to a users Organization through an oauth authorization code grant flow
Once an access token
has been obtained, with the appropriate scopes, developers can make call to our core API to fetch and mutate Organization data.
Developers may also make use of webhooks to receive notifications when data changes.