Skip to content

The Voice Rights & Consent Attestation this deployment serves

GET
/v1/voice-rights-attestation
curl --request GET \
--url https://api.vocapable.com/v1/voice-rights-attestation \
--header 'Authorization: Bearer <token>'

Successful Response

Media typeapplication/json
VoiceRightsAttestationDocument

GET /v1/voice-rights-attestation - the document to render and echo back.

object
version
required
Version
string
content_sha256
required
Content Sha256
string
markdown
required
Markdown
string
Examplegenerated
{
"version": "example",
"content_sha256": "example",
"markdown": "example"
}