Hi everybody,
can somebody please tell me how to connect monday.com API with Postman.
It´s my first use of an API.
On Post-Method i´ve used the URL: “https://api.monday.com/v2/”
For the “Authorization” Tab i´ve used the Type “Bearer Token” and the Token given in the Admin Section of Monday.
In the “Headers” Tab i´ve used the Keys “Content-Type” and “Authorization”
For the “Body” Tab i´ve used “GraphQL” and the example of monday like this:
query {
boards {
items {
id
}
}
}
Can somebody please tell me what i made wrong or where i made a mistake and help me to run the API?
Best Regards, Michael