This is an old revision of the document!
With the given gitlab api many things are possible, for example the exploration of projects and groups as well as triggering pipelines.
To have project access with api a Token is necessary. To create a Token, go to project (or group) “Settings” → “Access Tokens”. For full access select “api”.
Tokens have an expiration date, but with leaving it blank, no expiration date is set.
Tokens can not be seen after creation so save it locally!
For a better overview and prettier output Postman is used.