Obtain an OAuth2 access token using the client credentials grant.
| grant_type required | string Value: "client_credentials" |
| client_id required | string |
| client_secret required | string <password> |
| scope | string |
{- "access_token": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9...",
- "token_type": "Bearer",
- "expires_in": 3600,
- "scope": "notifications.write notifications.read"
}required | Array of objects |
| priority required | string Enum: "HIGH" "NORMAL" "BATCH" |
{- "channels": [
- {
- "type": "SLACK",
- "recipient": [
- "INTHUB_SLACK"
], - "subject": "Accessioning Failure 2402 notification t1",
- "content_type": "md",
- "template_id": "SLACK-INT-001",
- "fields": {
- "name": "World!"
}
}
], - "priority": "HIGH"
}{- "notification_id": "123e4567-e89b-12d3-a456-426614174000"
}