Download OpenAPI specification:Download
カルタグラフ用API
For more information, see https://docs.aws.amazon.com/cognito/latest/developerguide/cognito-userpools-server-contract-reference.html
Security Scheme Type | OAuth2 |
---|---|
authorizationCode OAuth Flow | Authorization URL: https://{{OutputDomainPrefix}}.auth.ap-northeast-1.amazoncognito.com/oauth2/authorize Token URL: https://{{OutputDomainPrefix}}.auth.ap-northeast-1.amazoncognito.com/oauth2/token Scopes:
|
description
user information
required | object user information |
{- "user": {
- "email": "user@example.com",
- "name": "string"
}
}
{- "id": 1,
- "email": "user@example.com",
- "name": "A"
}
description
user_id required | integer user id |
user information
required | object user information |
{- "user": {
- "email": "user@example.com",
- "name": "string"
}
}
{- "id": 1,
- "email": "user@example.com",
- "name": "A"
}
{- "scenarios": [
- {
- "name": "hina"
}, - {
- "name": "koharu"
}, - {
- "name": "konatsu"
}
]
}
user information
uid required | string |
id required | string |
title | string |
text | string |
exLinks | string |
Array of objects[ items ] |
{- "uid": "string",
- "id": "string",
- "title": "string",
- "text": "string",
- "exLinks": "string",
- "links": [
- {
- "to": "string",
- "label": "string"
}
]
}
user information
uid required | string |
id required | string |
title | string |
text | string |
exLinks | string |
Array of objects[ items ] |
{- "uid": "string",
- "id": "string",
- "title": "string",
- "text": "string",
- "exLinks": "string",
- "links": [
- {
- "to": "string",
- "label": "string"
}
]
}