...
Validate state for a Bokskya account by ddsId or email.
URL | https://api.stage.bokbasen.io/bokskya/account/v1/{id}
https://api.stage.bokbasen.io/bokskya/account/v1/{email}
Expand |
---|
| https://idp.dds.boknett.no/validate/{ddsid}
https://idp.dds.boknett.no/validate/{email}
The token acquired from the Authentication Service. Example: Authorization: Boknett TGT-.... Required header: Date The timestamp the request was made. Must comply with RFC 1123 date formats. Example: Tue, 10 Jun 2014 16:23:42 GMT |
|
Method | GET
|
Request headers | Authorization | Required | The token acquired from the Authentication Service. Audience: https://api.bokbasen.io/bokskya/ |
Accept | Required | application/json (We recommend all new implementations to use this header, XML support will be phased out in the future) |
Response body on success | Code Block |
---|
{
"id": "212c60f9-57db-4b5b-b32a-ed561346eda1",
"active": true
} |
|
Returns | 200
| OK (Will also be returned if user not found, see response body) |
40X
| On error |
...