Use this endpoint to make the initial call with your email and password (same as on brainbi.net) and get your bearer token in response.
643 matches
E-commerce/brainbi
Register
v1.0.0Input
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
- 11
- 12
- 13
- 14
- 15
- 16
- 17
- 18
- 19
- 20
- 21
- 22
- 23
- 24
- 25
- 26
- 27
- 28
- 29
- 30
- 31
- 32
- 33
{
"type": "object",
"properties": {
"company_name": {
"type": "string"
},
"email": {
"type": "string"
},
"first_name": {
"type": "string"
},
"fromuser": {
"type": "string"
},
"last_name": {
"type": "string"
},
"password": {
"type": "string"
},
"shop_url": {
"type": "string"
},
"store_name": {
"type": "string"
},
"store_url": {
"type": "string"
}
},
"additionalProperties": false
}Output
- 1
- 2
- 3
- 4
{
"type": "object",
"additionalProperties": true
}