/
Retrieve a tax service tr...
Retrieves a tax service tracking log with a specified ID.
Security
SecretApiKey or JWT
- Mock serverhttps://www.rebilly.com/_mock/catalog/all/tracking/taxes/{id}
- Sandbox serverhttps://api-sandbox.rebilly.com/organizations/{organizationId}/tracking/taxes/{id}
- Live serverhttps://api.rebilly.com/organizations/{organizationId}/tracking/taxes/{id}
- SecretApiKey
- JWT
curl -i -X GET \
'https://www.rebilly.com/_mock/catalog/all/tracking/taxes/{id}' \
-H 'REB-APIKEY: YOUR_API_KEY_HERE'Tax log retrieved.
Unique resource ID.
Example:"4f6cf35x-2c4y-483z-a0a9-158621f77a21"
Date and time the HTTP request is initiated.
HTTP headers.
Example:
{ "Content-Type": "application/json", "Accept": "text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8" }
HTTP headers.
Example:
{ "Content-Type": "application/json", "Accept": "text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8" }
Unique organization identifier. An organization is an entity that represents a company. For more information, see Obtain an organization ID.
Example:"org_0YVDM8RC7GDADADSBSMW124JA8"
Source of the credentials that are used to send or retrieve data.
Enum:"default""merchant"
Response
{ "id": "4f6cf35x-2c4y-483z-a0a9-158621f77a21", "status": 0, "duration": 0, "initiatedTime": "2019-08-24T14:15:22Z", "url": "string", "method": "POST", "request": "string", "response": "string", "requestHeaders": { "Content-Type": "application/json", "Accept": "text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8" }, "responseHeaders": { "Content-Type": "application/json", "Accept": "text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8" }, "entityId": "string", "organizationId": "org_0YVDM8RC7GDADADSBSMW124JA8", "taxService": "taxjar", "taxServiceCredentialSource": "default", "customerId": "string", "_links": [ { … } ] }