Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions crowdsec-docs/unversioned/integrations/genericvendor.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,14 @@ Once the integration is generated you will be presented with a credentials scree
}}
/>

The username and password provided follows a *Basic Authentication* mechanism that you can use with any HTTP client such as `curl`

```
curl -u 'username:password' https://admin.api.crowdsec.net/v1/integrations/${content_id}/content
```

In case you lost your credentials you can regenerate them by clicking `Configure -> Regenerate Credentials` button at the top right corner of the integration.

## Format example

The CrowdSec blocklist will be in plain text format, with one IP address per line. Here is an example of how the blocklist will look:
Expand Down