Footer Section
Explore

The following request returns the current active account.
Content type of the request body.
The name of the storefront used for the request.
OK
curl --request GET \--url https://documentation.conga.com/accounts/active \--header 'Accept: application/json' \--header 'Authorization: Basic 123' \--header 'Content-Type: ' \--header 'x-storefront: '
1{2"title": "success",3"status": 200,4"data": {5"PriceList": {6"APTS_Ext_ID": "a171T000005il1XQAQ",7"DisableBasedOnCurrencyAdjustment": false,8"Type": "Standard",9"GuidePage": "APTPSGuidedSelling",10"EffectiveDate": "2018-10-31T08:22:00.000Z",11"Active": true,12"SystemModstamp": "2021-03-24T11:38:23.000Z",13"LastModifiedById": "00550000000vtlpAAA",14"LastModifiedDate": "2021-03-24T11:38:23.000Z",15"CreatedById": "00550000000vtlpAAA",16"CreatedDate": "2019-05-08T11:14:39.000Z",17"CurrencyIsoCode": "USD",18"Name": "Tier 1 Hardware & Software",19"IsDeleted": false,20"OwnerId": "00550000000vtlpAAA",21"Id": "a171T000005il1XQAQ"22},23"ReadyForInvoiceDate": "2019-10-15",24"ExcludeFromDunning": false,25"CustomerPriority": "High",26"PriceListId": "a171T000005il1XQAQ",27"BillingPreferenceId": "a2d19000001VUE4AAO",28"BillingDayOfMonth": "1st of the Month",29"TaxExempt": "No",30"CertificateId": "a2s19000000RGuGAAW",31"IsCustomerPortal": true,32"IsPartner": true,33"LastActivityDate": "2021-04-08",34"SystemModstamp": "2021-04-08T07:04:58.000Z",35"LastModifiedById": "00550000000vtlpAAA",36"LastModifiedDate": "2021-04-06T10:26:56.000Z",37"CreatedById": "00550000000vtlpAAA",38"CreatedDate": "2019-05-09T08:17:08.000Z",39"OwnerId": "00550000000vtlpAAA",40"CurrencyIsoCode": "USD",41"Industry": "Other",42"Fax": "(211) 555-5556",43"Phone": "(211) 555-5555",44"ShippingAddress": {45"city": "Bangalore",46"country": "India",47"countryCode": "IN",48"geocodeAccuracy": null,49"latitude": null,50"longitude": null,51"postalCode": "560103",52"state": "Karnataka",53"stateCode": "KA",54"street": "14 Dry Island #111"55},56"ShippingCountryCode": "IN",57"ShippingStateCode": "KA",58"ShippingCountry": "India",59"ShippingPostalCode": "560103",60"ShippingState": "Karnataka",61"ShippingCity": "Bangalore",62"ShippingStreet": "14 Dry Island #111",63"BillingAddress": {64"city": "San Mateo",65"country": "United States",66"countryCode": "US",67"geocodeAccuracy": null,68"latitude": null,69"longitude": null,70"postalCode": "84321",71"state": "Utah",72"stateCode": "UT",73"street": "1400 Fashion Island Blvd #100"74},75"BillingCountryCode": "US",76"BillingStateCode": "UT",77"BillingCountry": "United States",78"BillingPostalCode": "84321",79"BillingState": "Utah",80"BillingCity": "San Mateo",81"BillingStreet": "1400 Fashion Island Blvd #100",82"Name": "ABC Corporation",83"IsDeleted": false,84"Id": "0011900000hnGsrAAE"85}86}