Get my (as company) details
GET/auth/company/
Get my (as company) details
Responses
- 200
- 401
successful operation
- application/json
- Schema
- Example (from schema)
Schema
id uuid
Cents ID of the company
first_name string
first name of the consumer user
last_name string
last name of the consumer user
website string
website url of the company
company_name string
legal company name of the company
vat string
vat code with country code
address
object
street_address stringrequired
city stringrequired
region_state stringrequired
zip_code stringrequired
country stringrequired
sectors string[]
sectors to be used for blacklist/whitelist from charity side
charities_blacklist_sectors string[]
List of sectors of charities to be excluded
charities_blacklist string[]
List of charities to be exclude
charities_whitelist_sectors string[]
List of sectors of charities to be included, if empty all charities will be included
charities_whitelist string[]
List of charities to be included, if empty all charities will be included
{
"id": "f47ac10b-58cc-4372-a567-0e02b2c3d479",
"first_name": "Mario",
"last_name": "Rossi",
"website": "company.com",
"company_name": "Company S.r.l.",
"vat": "IT12345678912",
"address": {
"street_address": "via Roma 5",
"city": "Milan",
"region_state": "Lombardia",
"zip_code": "20100",
"country": "Italy"
},
"sectors": [
"string"
],
"charities_blacklist_sectors": [
[
"sector 1",
"sector 2"
]
],
"charities_blacklist": [
[
"charity_id_1",
"charity_id_2"
]
],
"charities_whitelist_sectors": [
[
"sector 1",
"sector 2"
]
],
"charities_whitelist": [
[
"charity_id_1",
"charity_id_2"
]
]
}
Unauthorized
Loading...