Use the Altair GraphQL Client to access, there is either the application or Chrome extension
In the main window set the following:
- Set the method to POST
- Set the URL to be
https://api.memb.rs/graphql/<CLIENT>
and change the<CLIENT>
to the name of your client (please contact us for this)- Example below:
- Open the Set Headers using the button as shown below
- Set Headers to authorization and the API key provided to you by us
- Press Save
- Use the following query to test the connection
{
members {
name{
firstname
surname
}
}
}
- Press the Send Request button
- The query should return all members as shown below
- You can build queries using the right hand panel, GraphQL is self-documenting so will show the appropriate fields that can be used.
Comments
0 comments
Article is closed for comments.