Every request that is sent to the API will need an API key.
To obtain an API key you can use the username and password you use to login to the front end.
https://api.mintsoft.co.uk/swagger/ui/index#!/Auth/Auth_Get
e.g.
client.test.user
password
Request:
https://api.mintsoft.co.uk/api/Auth?UserName=client.test.user&Password=password
Response:
"62e649a6-b48b-4e27-adbf-ebb0430451cc"
This API key will then last 24 hours before it expires.
If you want a static api key this is also possible - API - Static API Key
Comments
0 comments
Article is closed for comments.