Skip to main content
POST
/
admin
/
concat
/
detail
Get concat details
curl --request POST \
  --url https://api.example.com/admin/concat/detail \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "concatCode": "c91da83e-b1fb-442e-b808-1c3571bd1d8b",
  "languageID": 1
}
'
{
  "success": true,
  "data": "<unknown>"
}

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Body

application/json
concatCode
string<uuid>
default:c91da83e-b1fb-442e-b808-1c3571bd1d8b
languageID
integer<int32>
default:1

Response

Success

success
boolean
data
unknown