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
Successful registration of endpoint.
The response is of type object.
object