Using User API Key
Last updated
Was this helpful?
Last updated
Was this helpful?
The dashboard user's API key can be obtained by calling a key endpoint and providing the user's email and password (see below).
Once a key is obtained, it can be used to authenticate requests as described in .
POST
https://api.shopgo.me/v1/management/auth/key
Use this endpoint to retrieve the API key of a dashboard user.
string
password
string
GET
https://api.shopgo.me/v1/management/auth/test
Use this endpoint to test authentication. The same request format can be used to authenticate access to all management API endpoints.
X-API-KEY
string
dashboard user API key
For a full breakdown of response objects, see and .