Managely API in New to Managely or Need a Refresher? Start Here!

Articles

Managely API Introduction and Necessary Tools
The Managely API is built upon well-established web standards and is straightforward to start using. Requests are issued using GraphQL queries and mutations, and responses are delivered in JSON. Authentication is handled using a simple OAUTH2 passwo...
Exploring the API: set up and sign in
Getting set up and signed in Use the instructions in this section to explore the API. Browse to the Managely API endpoint at https://managelyapp.com/graphql/ in a web browser. A screen opens that looks like this:       2. Open a new query ...
Looking at the API Definition
In the upper-left corner of the first panel, there is a drop-down menu labeled Operations . In Operations mode, you can issue queries or mutations to the API. However, if you want to look at the API definition, change this to Schema Reference ...
Making a Test API Request
Use the API to get some information about the current user. In the Types panel on the right, click Query. This shows a list of queries in the left panel. Find setup in the list, and drill into SetupQueries :        3. Find userManager...