Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 553 Bytes

create-mobile-authorization-code-request.md

File metadata and controls

24 lines (15 loc) · 553 Bytes

Create Mobile Authorization Code Request

Defines the body parameters that can be provided in a request to the CreateMobileAuthorizationCode endpoint.

Structure

CreateMobileAuthorizationCodeRequest

Fields

Name Type Tags Description
locationId string | undefined Optional The Square location ID that the authorization code should be tied to.
Constraints: Minimum Length: 1, Maximum Length: 191

Example (as JSON)

{
  "location_id": "YOUR_LOCATION_ID"
}