Skip to main content
POST
Create a Loop

Authorizations

Authorization
string
header
required

Pass your API key as a bearer token: Authorization: Bearer YOUR_API_KEY. Generate and manage keys from your dashboard under Settings → API Keys.

Body

application/json
name
string
required
webhook_url
string<uri>
required
slug
string

URL-safe identifier, unique per organization. Derived from name if omitted. Lowercase letters, numbers and single hyphens, 2–64 characters.

object_type
enum<string>
default:company
Available options:
company
operation
enum<string>
default:enrich
Available options:
enrich

Response

The created Loop, including its signing secret.

data
object
required

The one response where destination.secret is populated.