Buildscratch Docs
  1. Internal Parties
Buildscratch Docs
  • Introduction
  • Managed Authentications
    • Introduction
    • Internal Parties
      • Register Account
        POST
      • Authenticate
        POST
    • External Parties
      • Register External
      • OAuth2 Token
      • OAuth2 Authenticate
  • Utilities
    • Introduction
    • Email
      • Introduction
      • Send Email
      • Create Templates
      • Update Templates
  • Services
    • Reservations
      • Availability
  • Artifical Inteligence
    • Introduction
  1. Internal Parties

Authenticate

Developing
POST
/ma/authenticate

Request

Body Params application/jsonRequired

Examples

Responses

🟢200Success
application/json
Body

Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://prod.your-api-server.com/ma/authenticate' \
--header 'Content-Type: application/json' \
--data-raw '{
    "username": "",
    "password": ""
}'
Response Response Example
{}
Modified at 2026-02-05 19:37:51
Previous
Register Account
Next
Register External
Built with