DAS Technology · Authentication Profile
Das Technology Authentication
Authentication
DAS Technology declares 1 security scheme(s) across its OpenAPI definitions.
CompanyMarTechAutomotiveAutomotive RetailMarketingCustomer Data PlatformAdvertisingReputation ManagementReviewsSurveysCustomer ExperienceDealership
Methods:
Schemes: 1
OAuth flows:
API key in:
Security Schemes
bearer http
scheme: bearer
· in: header (Authorization)
Source
Authentication Profile
generated: '2026-08-12'
method: probed
source: >-
https://api.digitalairstrike.com/v1/account/{accountGuid} (live unauthenticated GET, HTTP 401)
plus openapi/_original/das-technology-daswebapi-v1-swagger.json and
openapi/_original/das-technology-daswebapi-v2-swagger.json
api: DAS Web API (DASWebAPI v1 + v2)
note: >-
Neither published Swagger 2.0 document declares a securityDefinitions block, so the
authentication profile could not be derived from the spec — it was PROBED from the live API.
An unauthenticated request to any v1 or v2 resource returns HTTP 401 with the header
`WWW-Authenticate: Bearer` and an XML error body, which establishes bearer-token
authentication as the deployed scheme. DAS Technology publishes no developer portal, no
authentication guide and no token endpoint that answers anonymously (both /token and
/oauth/token return 404), so how a bearer token is ISSUED is not publicly documented;
credentials appear to be provisioned through the partner/dealer relationship. This is a
documentation gap on the provider's side, recorded here rather than guessed at.
schemes:
- name: bearer
type: http
scheme: bearer
in: header
parameter: Authorization
method: probed
evidence:
url: https://api.digitalairstrike.com/v1/account/00000000-0000-0000-0000-000000000000
http_status: 401
response_header: 'WWW-Authenticate: Bearer'
body: '<Error><Message>Authorization has been denied for this request.</Message></Error>'
declared_in_spec: false
token_endpoint: null
token_endpoint_note: >-
POST https://api.digitalairstrike.com/token returns 404 and POST /oauth/token returns 404;
no anonymous token or OIDC/OAuth discovery document was found on any host (see
well-known/das-technology-well-known.yml).
oauth2: false
openid_connect: false
mutual_tls: false
api_key: false
anonymous_operations: 0
gaps:
- id: security-not-declared
detail: >-
All 136 operations across v1 and v2 are served behind bearer auth but neither Swagger
document carries a securityDefinitions block or an operation-level security requirement, so a
generated client will emit unauthenticated calls that 401.
remediation: >-
Add a securityDefinitions entry (type apiKey, name Authorization, in header — or migrate to
OpenAPI 3.x and declare an http/bearer scheme) and a top-level security requirement.
- id: no-published-token-flow
detail: How a caller obtains a bearer token is not documented on any public DAS Technology surface.
remediation: Publish an authentication page describing the token grant, lifetime and refresh behavior.
Work with this as data
Every security artifact here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for security posture
4 MCP tools reach this
find_securityBrowse and filter every security artifact in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
This security artifact
curl "https://apis.io/api/v1/security/das-technology-authentication"
All security posture
curl "https://apis.io/api/v1/security?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.