We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Bulkrax has a JSON API for programmatically creating, updating and deleting Importers.
Using the JSON API requires the use of the following HTTP header.
{'Content-Type' => 'application/json'}
Authorization for the JSON API is via a token. The application should set the token as an environment variable called BULKRAX_API_TOKEN.
BULKRAX_API_TOKEN
The token must be supplied using a HTTP Authorization header, like so:
{ 'Authorization' => 'Token: THE_TOKEN' }