Validate schema IAM role
Schemas
Validate Role
Verify that the schema’s IAM role can be assumed and has DynamoDB access.
POST
Validate schema IAM role
Required scope:
schemas:writeAuthorizations
Bearer token obtained from POST /v1/auth/token. Pass in the Authorization header as Bearer <token>.
Path Parameters
The schema name to validate.
Response
Validation complete. Check data.ok — true means the role and table access are correctly configured. false means validation failed; data.message contains details.