Specright Specification to Product System API icon

Specright Specification to Product System API

(0 reviews)

Authentication

Overview

resources/image-8f1e6e76-4208-47c2-a568-a816d5ee356c.png

Authentication Request

MethodURLHeadersBody
POSThttps://api.example.com/auth/tokenContent-Type: application/json
Accept: application/json
{ "username": "your_username", "password": "your_password" }

Authentication Response

Status CodeHeadersBody
200Content-Type: application/json{ "access_token": "your_access_token", "token_type": "Bearer", "expires_in": 3600 }
401Content-Type: application/json{ "error": "invalid_credentials", "message": "The username or password is incorrect." }

Step-By-Step-Guide-on-usage-of-OAuth-Token

https://dev.azure.com/nestle-it/IT-ADI-BSI-WIKI/_wiki/wikis/IT-ADI-BSI-WIKI.wiki/19975/Step-By-Step-Guide-on-usage-of-OAuth-Token


Reviews