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 'https://mock.apidog.com/m1/405580-0-default/stores/' \
--header 'Authorization: Bearer <token>'
Responses
application/json {
"data": {
"id": 1,
"franchiseId": 1,
"name": "string",
"location": {
"street": "string",
"city": "string",
"state": "string",
"zipCode": "string",
"countryCode": "string"
},
"phone": "/regex/"
}
}
Modified at 2024-05-17 17:03:05