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

Register External

Developing
POST
/ma/external/register
Register External is an endpoint you can utilize for integrating with your other applications or partners looking to access your API services. We provide an isolated authentication mechanism for this case, allowing you to keep track of internal and external party access.

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/external/register' \
--header 'Content-Type: application/json' \
--data-raw '{
    "partnerId": "",
    "apiKey": "",
    "apiSecret": "",
    "metadata": {}
}'
Response Response Example
{}
Modified at 2026-02-05 19:22:09
Previous
Authenticate
Next
OAuth2 Token
Built with