cURL
curl --request PUT \ --url https://rest.forestreet.com/v2/teams/{teamId}/endpoint/{endpointName} \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data ' { "url": "<string>", "description": "<string>", "headers": {}, "version": 2 } '
{ "metadata": { "endpoint": { "name": "<string>", "description": "<string>", "url": "<string>", "headers": {}, "version": 2 } } }
Register a new Export Via API endpoint for a team.
Pass a static API key for every request, provided by your customer support.
x >= 0
255
4 - 1024
1024
Show child attributes
Compatible version Export Via API mechanism.
x >= 1
Successful registration of endpoint.
Name of the endpoint, used to identify it in the system.
Description of the endpoint, providing details about its purpose and usage.
URL of the endpoint to be called.
Headers to be included in the request to the endpoint.
Version of the endpoint, stating compatibility of the endpoint with the version of Export Via API mechanism.