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"
}
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
{
"success": true,
"record": "example.com.pCEHJafdYV.dmarc.kdmarc.com",
"domainName": "example.com"
}
Last updated
Was this helpful?