cURL
curl --request POST \ --url https://api.ipulse.one/api/domains/{id}/accessibility \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "standards": [ "WCAG2A" ] } '
JWT Bearer token authentication
WCAG2A
WCAG2AA
WCAG2AAA
Accessibility scan started
Was this page helpful?