GET| https://api.strakertranslations.com/v3/customfields
The GET method is used to view the custom fields which can be used for your TRANSLATE requests. Up to a maximum of 10 tokens can be set for you in our CRM.
To substantiate a GET custom fields call, you will need to have your access_token.
Request Headers
API requests are authenticated by the Bearer Token.
Content-Type: multipart/form-data; charset=utf-8; Authorization: Bearer {access_token}
Response Example
customfields
{
"custom_field_list": [
{
"Order": "1",
"label": "Name of Custom Field 1"
},
{
"Order": "2",
"label": "Name of Custom Field 1"
}
]
}
Comments
0 comments
Please sign in to leave a comment.