OrganizationAccounts REST API

Organization Accounts REST API documentation and interactive testing.

For the OpenAPI Specification document use this link: https://apis.objectsgrid.com/organizationaccounts/contract

To get a Google JWT ID Token you can use our test app for now: https://admin.objectsgrid.com/google_token.html You'll need it in the Authorizations header in the Create Organization Account request below.


Create a new organization account

post
Authorizations
AuthorizationstringRequired

JWT ID Token obtain from the Identity Provider Google, Apple, etc.

Header parameters
X-ObjectsGrid-AccessPointstring · enumRequired

EU for European Union, or US for United States, depending on where you need to locate your data

Possible values:
Body
namestringRequired
descriptionstringOptional
countryCodestringOptional
commerceCodestringOptional
monthlyQuotaintegerOptional
Responses
post
/organizationaccounts

Get an organization account

get
Authorizations
AuthorizationstringRequired

JWT Access Token obtain from ObjectsGrid Tokens operations.

Path parameters
orgacctidstringRequired

ID of the organization account to retrieve

Header parameters
X-ObjectsGrid-AccessPointstring · enumRequired

EU for European Union, or US for United States, depending on where your data is located

Possible values:
Responses
200

Successfully retrieved the organization account

application/json
get
/organizationaccounts/{orgacctid}

Update an organization account

put
Authorizations
AuthorizationstringRequired

JWT Access Token obtain from ObjectsGrid Tokens operations.

Path parameters
orgacctidstringRequired

ID of the organization account to update

Header parameters
X-ObjectsGrid-AccessPointstring · enumRequired

EU for European Union, or US for United States, depending on where your data is located

Possible values:
Body
idstringOptional
namestringRequired
descriptionstringOptional
countryCodestringOptional
commerceCodestringOptional
ownerIDstringOptional
accessPointstringOptional
monthlyQuotaintegerOptional
Responses
200

Successfully updated the organization account

application/json
put
/organizationaccounts/{orgacctid}

Delete an organization account

delete
Authorizations
AuthorizationstringRequired

JWT Access Token obtain from ObjectsGrid Tokens operations.

Path parameters
orgacctidstringRequired

ID of the organization account to delete

Header parameters
X-ObjectsGrid-AccessPointstring · enumRequired

EU for European Union, or US for United States, depending on where your data is located

Possible values:
Responses
200

Successfully deleted the organization account

No content

delete
/organizationaccounts/{orgacctid}

No content

Last updated

Was this helpful?