API Reference

Get token for admin or vendor user

Will get a temporal token after providing credentials in body. Call to get fresh token.
Sample Curl
curl --location --request POST 'https://mygatewayurl.com/V1/storeview/default/admin/token' --header 'Content-Type: application/json' --data-raw '{"username": "[email protected]","password": "Mystr0ngp@ssword"}'

Language
Credentials
Bearer
URL
Click Try It! to start a request and see the response here!