Integrations
Add or Update an Integration Account
POST
Authorizations
The Authorization header must include 'x-api-key' followed by your API key (e.g., 'Authorization: x-api-key YOUR_API_KEY').
Workspace UID required to identify the workspace.
Path Parameters
The slug of the integration, such as 'linkedin', used to create a new account of this type.
Body
application/json
The account JSON object to create or update.
Example:
{
"uid": "Pass this UID to update an account only",
"name": "Your account",
"cookies": { "li_at": "YOUR_SESSION_COOKIE" },
"user_uid": "67890-wxyz"
}
Set this to true to resume all paused jobs if you update, for example, an account's cookie.
Example:
false
Set this to true to share this account to an external user.
Example:
false
Set this to true to retrieve the IP we attribute to the user/account.
Example:
false
Response
200
application/json
Successful Response
The response is of type any
.