Bearer Token
Last updated
Last updated
curl -H 'Accept: application/json'
-H "Authorization: Bearer ${bearerToken}"
https://api.posfacil.com.br/segments/{segmentId}const config = {
headers: { "Authorization": "Bearer ${bearerToken} " }
}
axios.post(
'https://api.posfacil.com.br/segments/{segmentId}',
config
)