- Back to home
- Core
- Authentication
- User
- Point Reward
- Notification
- HealthcheckGET
- Renew OTPPOST
Link Account V1
Developing
POST
/core/v1/users/profile/link-account
Last modified:2025-02-26 11:11:38
Request
Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.Example:
Authorization: Bearer ********************
Body Params application/json
token
string
required
platform
enum<string>
required
Allowed values:
linegoogle
Example
{
"token": "string",
"platform": "line"
}
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST '/core/v1/users/profile/link-account' \
--header 'Content-Type: application/json' \
--data-raw '{
"token": "string",
"platform": "line"
}'
Responses
🟢200Success
application/json
Body
object {0}
Example
{}