Hi,
I would like to define an integration (first token type on this page: https://devdocs.magento.com/guides/v2.0/get-started/authentication/gs-authentication-token.html) without using the admin panel. I would like to make everything via the REST API, i.e.
* define the required resources
* get the consumer key, consumer secret, access token, and access token secret
Is that possible?
Cheers