Skip to content

Create profile

Base URL

https://dashboard.trustprofile.com

POST /partner_api/create_profile

Headers

Content-Type: application/json

Query parameters

token string (required)

Your secret token

Body parameters

{
    "source": "certification_key",
    "url": "https://example.com"
}

Example response

{
    "message": "Successfully created a profile"
}