Get store
Get a store by ID
AuthorizationBearer <token>
Bearer token authentication. Use your API key as the bearer token.
In: header
Path Parameters
storeIdstring
ID of the store
Response Body
curl -X GET "https://eu1.api.bivariant.com/v1/stores/string"{
"allowSubmissions": true,
"banner": "string",
"commissionRate": 0,
"createdAt": "string",
"description": "string",
"id": "string",
"isPublic": true,
"logo": "string",
"name": "string",
"organizationId": "string",
"privacyPolicyUrl": "string",
"requireApproval": true,
"termsUrl": "string",
"updatedAt": "string"
}{
"code": "string",
"message": "string"
}{
"code": "string",
"message": "string"
}{
"code": "string",
"message": "string"
}