I
Introduction
Section Guide
GuideThe definitive guide to the DEV SEC IT API ecosystem.
Implementation Protocol
1. Authenticate
Set Authorization Header
2. Handshake
Base64 token & ts
3. Execute
Receive JSON Data
1. Production Credentials
Use these pre-verified keys for your environment.- Base URL: `https://fake-api.devsecit.com/1.0.0/wb/`
- Application Token: `PgcQqi8ZGmlnYwd50JKo74_secure_token_2024`
2. Integration Bridge
Every request must be a POST to the Base URL with the following 3-step handshake:1. Authorize: Add `Authorization: Bearer
2. Handshake: Base64 encode the app_token and current timestamp.
3. Execute: Send `application/x-www-form-urlencoded` body.