Api Documentation

Login

Some functions in this API required user authentication. Authentication is done through an "Authorization" header containing "BundelingAuth" and a unique user token. User tokens can be obtained by calling the CREATE method of this endpoint. The resulting header will look similar to this: "Authorization: BundelingAuth 23oFSWFoij3r:jjd6A34tDFGZs"
Get the UUID of the currently logged in user.
Creates a login token for a user.
Json
XML
GET https://api.bundeling.com/V2/login

Example request

Headers

Content-Type:application/json
Api-Key:RAegSX8yZfEbqSPM

Example response

{
    "user_uuid": "b6cc02e51c28434ab960686b86d0f5dd"
}