Skip to main content
POST
Blocklist - Clone Entries

Authorizations

api-key
string
header
required

Use the API key created under your merchant account from the HyperSwitch dashboard. API key is used to authenticate API requests from your merchant server only. Don't expose this key on a website or embed it in a mobile application.

Headers

X-Profile-Id
string | null

Source profile whose entries are copied; it also owns the clone job. Required when the authenticated dashboard session does not provide a profile context

Body

application/json
target_profile_ids
string[]
required

Response

One background job was started; it clones onto the target profiles one at a time

Response for POST /blocklist/clone.

source_profile_id
string
required
Example:

"pro_abcdefghijklmnop"

job_id
string
required
status
enum<string>
required
Available options:
initiated,
processing,
completed,
failed
target_profile_ids
string[]
required