Hi,
I am new to API’s I have very low idea about API’s . I got grafana API’s but I don’t know how to use them.
Please Can anyone explain me what are the ways to use them.
I have api to create user please anyone tell me how i can use that api??
I tried this , but I couldn’t succeed.
curl -XPOST -H “Content-Type: application/json” -d ‘{“name”:“User”,“email”:“user@graf.com”,“login”:“user”,“password”:“password”}’ http://admin:admin@community.grafana.com/api/admin/users
got this: [{“classification”:“DeserializationError”,“message”:“invalid character ‘\’’ looking for beginning of value”},{“fieldNames”:[“Password”],“classification”:“RequiredError”,“message”:“Required”}]