Link Accounts

Get a Link account

Retrieves a single Link account by id for an enterprise.

get/api/link/v1/enterprises/{enterpriseId}/accounts/{accountId}

Path parameters

enterpriseIdstring required
Example:59cd72485007a239fb00282ed480da1f

Your enterprise id.

accountIdstring required
Example:aba3a693-4f28-4523-8e53-85a3df22a608

The account ID to retrieve.

Headers

user-idstring required

User id of the user making the request.

Response

OK

idstring required
venueIdstring required
status'active' | 'inactive' | 'deleted' | 'pending_credentials' | 'restricted' required
namestring required
descriptionstring required
whitelistingEnabledboolean required
parentAccountstring
createdDatestring date-time required
modifiedDatestring date-time required

Changes

Changed in 2 of the 33 revisions of this API.21

    • ○

      added the non-success response with the status

      response-non-success-status-added

    • ●

      added the new restricted enum value to the //// response property for the response status

      response-property-enum-value-added

    • ●

      added the new restricted enum value to the // response property for the response status

      response-property-enum-value-added