End-User Credentials
This endpoint retrieves information for the given business ID.
The endpoint will return the full user object for the current user.
Error | Type | Description |
---|---|---|
200 | http | Everything is OK |
403 | http | Not Authorized |
The payload in the response body is an object with information about the given business ID. It contains the following properties:
Name | Type | Description |
---|---|---|
id | string | Unique ID of this object. |
businessId | string | . |
name | string | . |
displayName | string | User visible name of the event. |
viewerId | string | . |
createdById | string | . |
providerInfo | string | . |
logoSrc | string | . |
url | string | . |
location | string | . |
billing | string | . |
stripeId | string | . |
stripeAccount | string | . |
stripeAccountEnabled | string | . |
ethAccount | string | . |
ownerId | string | . |
ownerOperated | string | . |
defaultCampaignId | string | . |
pageConfig | string | . |
terms | array | . |
{
"id": "PlaceholderID",
"businessId": "PlaceholderBusinessID",
"name": "ShortName",
"displayName": "DisplayName",
"viewerId": "PlaceholderViewerID",
"createdById": "PlaceholderCreatorID",
"providerInfo": null,
"logoSrc": null,
"url": null,
"location": null,
"billing": null,
"stripeId": "PlaceholderStripeID",
"stripeAccount": null,
"stripeAccountEnabled": false,
"ethAccount": null,
"ownerId": "PlaceholderOwnerID",
"ownerOperated": true,
"defaultCampaignId": null,
"pageConfig": null,
"terms": []
}