Partners
This API can be used by registered partner accounts to create a new customer and generate DMARC Record
POST https://app.kdmarc.com/api/auth/register/:partner-key
Path Parameters
Name
Type
Description
partner-key*
String
This is the partner key provided by KDMARC
Request Body
Name
Type
Description
name*
String
Name of the client
email*
String
Email Id of the client
domain*
String
Domain of the client
apiKey*
String
API-KEY provided by KDMARC
{
"email": "[email protected]",
"dmarcRecord": "example.com.702XJEyYOf.dmarc.kdmarc.com"
}{
"errors": [
"Email is already in use"
]
}This API can be used by partners to add new domain to existing customer
POST https://app.kdmarc.com/api/domain/partner/:partner-key
Path Parameters
Name
Type
Description
partner-key*
String
Request Body
Name
Type
Description
email*
String
domain*
String
apiKey*
String
Last updated
Was this helpful?