v1
latestOpenAPI 3.0.0Proprietary2026-07-26316155742.7 KBCustom Metadata
Get a single property
Get details of a single custom property.
get/accounts/{account_id}/custom_metadata/properties/{id}
Path parameters
account_idstring required
Account ID
idstring required
ID
Headers
X-PhraseApp-OTPstring
Two-Factor-Authentication token (optional)
Response
OK
Example response
{
"id": "abcd1234cdef1234abcd1234cdef1234",
"name": "Nuts",
"description": "A healthy snack for all ages",
"data_type": "multi_select",
"user": {
"id": "abcd1234cdef1234abcd1234cdef1234",
"username": "joe.doe",
"name": "Joe Doe"
},
"created_at": "2015-01-28T09:52:53Z",
"updated_at": "2015-01-28T09:52:53Z",
"projects": [
{
"id": "abcd1234cdef1234abcd1234cdef1234",
"name": "My Android Project",
"main_format": "xml",
"created_at": "2015-01-28T09:52:53Z",
"updated_at": "2015-01-28T09:52:53Z"
}
],
"value_options": [
"apple",
"banana",
"coconut"
]
}