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"}'

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

The Store view code refers to a specific store view within a store. A marketplace can have multiple websites, each website can have multiple stores, and each store can have multiple store views. Available store view codes are listed in the admin portal under Stores > Settings > All Stores. For example, the store view code for the French store view might be fr

Body Params
string
required

User's username. This is created by signing up on marketplace or via administrator.

string
required

User's password. This is created when signing up on marketplace or via administrator. Reset via email if forgotten.

Headers
string
enum
Defaults to application/json

Generated from available response content types

Allowed:
Responses

Language
Credentials
Bearer
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json