Update several credentials in bulk.
Parameters to update credentials on bulk
{- "connection_id": "804252963366242252",
- "name": "Default Name",
- "tag": "My Credentials"
}
{- "data": {
- "credentials": 0
}
}
Creates several credentials in bulk.
Requested parameters to create credentials on bulk
{- "connection_id": "804252963366242252",
- "name": "Default Name",
- "tag": "My Credentials"
}
{- "data": {
- "credentials": 0
}
}
Perform activate or deactivate action on all credentials filtered by the provided tag. Activate action will change the status to active, making it possible to connect calls with the credential. Deactivate action will change the status to inactive, making it impossible to connect calls with the credential.
{- "data": {
- "credentials": 0
}
}