Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
Request Code Samples
curl --location --request GET 'http://stage-client.dropshippinglite.com/api/shopify_stores/' \
--header 'Authorization: Bearer <token>'
Responses
application/json {
"id": 5733,
"name": null,
"email": "admin@mykloudy.co.uk",
"domain": "fulfilmentchina.com",
"myshopify_domain": "1e705a-3.myshopify.com",
"created_at": "2023-09-26T14:11:05.268Z",
"updated_at": "2024-06-18T01:48:00.736Z",
"source_platform": "shopify"
}
Modified at 2024-07-18 08:53:49