REST API Security and Authentication
1 min
blueprint's rest api is served over https if blueprint is configured to run with ssl https ensures secure communication of api requests and responses blueprint exclusively supports basic authentication for the submission of credentials thereafter, a proprietary token is used to obtain a token, you must provide an authorization header with basic scheme refer to the rest api quick start example docid 4qukcsju1mltn ozmstvt for more information token expiry you can obtain the token expiry by viewing the header of the authenticate response the token expiry is stored in the blueprinttokenexpirydate parameter of the authenticate response header here is an example of the blueprinttokenexpiry parameter in the rest api authenticate request docid\ xfwh5 pdillywazkmg3z1 response header { 'content length' '238', 'x xss protection' '1; mode=block', 'blueprinttokenexpirydate' 'thu, 28 nov 2013 17 20 34 gmt', 'x content type options' 'nosniff', 'expires' ' 1', 'server' 'blueprint', 'pragma' 'no cache', 'cache control' 'no cache', 'date' 'thu, 28 nov 2013 16 50 34 gmt', 'x frame options' 'deny', 'content type' 'application/json; charset=utf 8', 'authorization' 'blueprinttoken m6uf+rs0wsqd89d2rf+nw18 \[truncated] gtqnuwyfunc81mf0o=' }