post https://api.v2.validic.com/organizations//users//marketplace?token=
Generates a new Marketplace token and URL for the user. A user's existing connected sources are not impacted. Any previous Marketplace tokens or URLs persisted by the customer will need to be updated.
POST /organizations/:org_id/users/:uid/marketplace?token=:token
Response Fields
The following table outlines the possible fields which can be expected in the API response.
Name | Type | Description |
---|---|---|
marketplace > token | string | Unique marketplace identifier. |
marketplace > url | string | The user’s marketplace URL. Requesting this URL with the ‘Accept’ header as ‘application/json’ will provide a JSON representation of the marketplace. Otherwise an HTML representation will be presented. |