Authentication
How do I authenticate ManTech API requests?
authenticationbearertest-key
Question
I want to call /api/v1 from my server. Which credential do I send, and where do I get it?
Official ManTech Answer
Sign in at the Developer Console (/developers), create or select an application, and issue a TEST API key. Copy the secret once. Send Authorization: Bearer on https://mantechstudio.in/api/v1. Console keys do not authenticate /external/v1. OAuth client credentials are not yet deployed. A test key is still a secret — do not put it in public frontend code or Git.
Answered by ManTech Studio