Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
Request Code Samples
curl --location --globoff 'https://mock.apidog.com/m1/405580-0-default/stores?franchiseIds={%%20faker%20datatype.number%20%}&limit=&offset=&sort=' \
--header 'Authorization: Bearer <token>'
Responses
application/json
{
"data": [
{
"id": 1,
"franchiseId": 1,
"name": "string"
}
]
}
Modified at 2024-05-17 17:02:23