Retrieve the application
How to fetch the application via API
To fetch the application, send a GET
request to the /api/application
endpoint.
Request
GET https://yourdomain.commercelayer.io/api/application
Example
The following request fetches the application in scope:
curl -g -X GET \
'https://yourdomain.commercelayer.io/api/application/' \
-H 'Accept: application/vnd.api+json' \
-H 'Authorization: Bearer your-access-token'
Last updated