Download OpenAPI specification:
docomo business SIGN アプレット APIリファレンス
アプレット契約を行います。
| tenantId required | string = 32 characters 0-9a-f Example: 550e8400e29b41d4a716446655440000 テナントID |
| X-Auth-Token required | string = 32 characters 0-9a-f Example: 098e5cb2b91c4b63a64e47dfe17a5f76 ログイン時に取得するIDトークン |
| domain required | string [ 2 .. 32 ] characters ^[a-z0-9-]+$ アプレットのドメイン |
| email required | string <email> <= 254 characters ^[a-zA-Z0-9_.+-]+@[a-zA-Z0-9-]+\.[a-zA-Z0-9-.... 担当者のメールアドレス |
{- "domain": "example",
- "email": "test@example.com"
}{- "domain": "example",
- "email": "test@example.com",
- "createdAt": "2024-06-10T06:30:30Z"
}アプレット契約情報を取得します。
| tenantId required | string = 32 characters 0-9a-f Example: 550e8400e29b41d4a716446655440000 テナントID |
| X-Auth-Token required | string = 32 characters 0-9a-f Example: 098e5cb2b91c4b63a64e47dfe17a5f76 ログイン時に取得するIDトークン |
{- "domain": "example",
- "email": "test@example.com",
- "createdAt": "2024-06-10T06:30:30Z"
}アプレット契約を解約します。
| tenantId required | string = 32 characters 0-9a-f Example: 550e8400e29b41d4a716446655440000 テナントID |
| X-Auth-Token required | string = 32 characters 0-9a-f Example: 098e5cb2b91c4b63a64e47dfe17a5f76 ログイン時に取得するIDトークン |
{- "errorCode": 10104,
- "errorMessages": [
- "path parameter 'hsn' is invalid"
]
}