Panel

Profiles

3min
Get all the profiles associated to a customer. Returns profile code, name and protection infos
GET
Request
Header Parameters
X-API-KEY
required
String
API Key for authorization
Body Parameters
customer_code
required
Number
Customer code

Create a new protection profile
POST
Request
Header Parameters
X-API-KEY
required
String
Your API Key
Body Parameters
customer_code
required
Number
Customer code
name
required
String
Name of the profile
dns_id
required
Number
DNSs ID, retrieved by /profiles/dns Endpoint
timezone
optional
String
Timezone, retrieved by /timezone/list Endpoint
is_limited
optional
Boolean
1 => Limited profile, 0 => Normal profile

Edit an existing profile
POST
Request
Header Parameters
X-API-KEY
required
String
Your API Key
Body Parameters
customer_code
required
Number
Customer code
profile_code
required
Number
Profile code
name
optional
String
Name of the profile
is_limited
optional
Boolean
1 => Limited profile, 0 => Normal profile
dns_id
optional
Number
DNSs ID, retrieved by /profiles/dns Endpoint
timezone
optional
String
Timezone, retrieved by /timezone/list Endpoint

Delete an existing profile
POST
Request
Header Parameters
X-API-KEY
required
String
Your API Key
Body Parameters
customer_code
required
Number
Customer code
profile_code
required
Number
Profile code

Get the list of assignable DNSs
GET
Request
Header Parameters
X-API-KEY
required
String
Your API Key




Updated 23 May 2024
Doc contributor
Doc contributor
Did this page help you?